Exemplo n.º 1
0
 public EFUnitOfWork(CoolDbContext context)
 {
     _context = context;
 }