Пример #1
0
 public RecipeIngredientsController(ScheduleBrewSolutionContext context)
 {
     _context = context;
 }
 public BrewContainersController(ScheduleBrewSolutionContext context)
 {
     _context = context;
 }
 public IngredientInventorySubtractionsController(ScheduleBrewSolutionContext context)
 {
     _context = context;
 }
Пример #4
0
 public void SetUp()
 {
     dbContext = new ScheduleBrewSolutionContext();
 }
Пример #5
0
 public BatchesController(ScheduleBrewSolutionContext context)
 {
     _context = context;
 }