EF.GenericRepository icon indicating copy to clipboard operation
EF.GenericRepository copied to clipboard

How to handle transaction in mulitple handler

Open code-atom opened this issue 8 years ago • 0 comments

Hi @cmatskas, Actually I want to know how would you manage DB updates between cross handler.

Means you have two handlers and each handler have their own UOW, now there is situation where-where you need to call both handlers in a single method, in that case, how would you handle the transaction.

code-atom avatar Mar 29 '17 18:03 code-atom