Пример #1
0
 public RecipeIngredientController(GroceryRecipeContext context)
 {
     _context = context;
 }