Пример #1
0
 public RecipesController(RecipeDepotContext context)
 {
     _context = context;
 }
 public SeasonsController(RecipeDepotContext context)
 {
     _context = context;
 }
 public MainIngredientsController(RecipeDepotContext context)
 {
     _context = context;
 }