Exemple #1
0
 public UnitOfWork(IStatuosContext context)
 {
     _context = context;
 }
Exemple #2
0
 public Repository(IUnitOfWork uow)
 {
     _context = uow.Context;
 }