Esempio n. 1
0
 public EfUnitOfWork(DemandsDbContext appDbContext)
 {
     _appDbContext = appDbContext;
 }
 public EfProductTypesRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }
 public EfGroupRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }
Esempio n. 4
0
 public EfCategoriesRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }