Exemple #1
0
 public EfUnitOfWork(DemandsDbContext appDbContext)
 {
     _appDbContext = appDbContext;
 }
 public EfProductTypesRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }
 public EfGroupRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }
Exemple #4
0
 public EfCategoriesRepository(DemandsDbContext appDbContext)
 {
     _dbContext = appDbContext;
 }