#352- Unit Of Work : Updated applicability of pattern in README.

This commit is contained in:
Piyush Chaudhari 2017-10-31 16:26:24 +05:30
parent b5eca2f856
commit ec6eea61a5

View File

@ -13,7 +13,7 @@ tags:
---
## Intent
When a business transaction is completed all the these updates are sent as one
When a business transaction is completed, all the these updates are sent as one
big unit of work to be persisted in a database in one go so as to minimize database trips.
![alt text](etc/unit-of-work.urm.png "unit-of-work")