#352- Unit Of Work : modified readme.

This commit is contained in:
Piyush Chaudhari 2017-09-25 21:23:12 +05:30
parent 8e73728fde
commit 244e9c7caa

View File

@ -22,8 +22,8 @@ When a business transaction is completed all the these updates are sent as one
Use the Unit Of Work pattern when Use the Unit Of Work pattern when
* The client is asking to optimize the time taken for database transactions. * The client is asking to optimize the time taken for database transactions.
* When you want to boost the performance to get database records. * To send changes to database as a unit of work which ensures atomicity of the transaction.
* You want reduce number of database calls. * You want to reduce number of database calls.
## Credits ## Credits