Пример #1
0
 public AllergensRepository(IIngredientsInfoDbContext newDbContext)
 {
     this.dbContext = newDbContext;
 }
Пример #2
0
 public DishesRepository(IIngredientsInfoDbContext newDbContext)
 {
     this.dbContext = newDbContext;
 }