0
bilalhaidar created
Hello, In my AppService or DomainService methods, I call some private methods, some common code used in multiple functions.
Do I need to add the attribute [UnitOfWork] also to those private methods? Or they will inherit it from the calling method?
Thanks
2 Answer(s)
-
0
Hi,
Yes, they will be inside an UoW if the caller method is in UoW.
-
0
Thanks :)