Esempio n. 1
0
 public GenericRepository(CompanyDbContext context)
 {
     _context = context;
     _dbSet   = context.Set <T>();
 }
 public UnitOfWork()
 {
     _context = new CompanyDbContext();
 }