Sharing core repository and object mapping logic between Unit of Work methods
I’m wondering if there is a better way to do this or if I’m doing some anti-pattern here. Like I say in the subject, I’m trying to share repository calls and object mapping logic between Unit of Work methods.