public IngredientsController(SousKitchenPantryDBContext context)
 {
     _context = context;
 }
示例#2
0
 public GroceryListsController(SousKitchenPantryDBContext context)
 {
     _context = context;
 }
 public RecipesController(SousKitchenPantryDBContext context)
 {
     _context = context;
 }