示例#1
0
 public HerbsController(TeamProject1Context context)
 {
     _context = context;
 }
 public VegetablesController(TeamProject1Context context)
 {
     _context = context;
 }
示例#3
0
 public IngredientsController(TeamProject1Context context)
 {
     _context = context;
 }
 public GrainsController(TeamProject1Context context)
 {
     _context = context;
 }
 public MeatsController(TeamProject1Context context)
 {
     _context = context;
 }
 public MyRecipe_IngredientController(TeamProject1Context context)
 {
     _context = context;
 }
 public SpicesController(TeamProject1Context context)
 {
     _context = context;
 }
 public MyRecipesController(TeamProject1Context context)
 {
     _context = context;
 }
 public MyRecipe_SeasoningController(TeamProject1Context context)
 {
     _context = context;
 }
 public SeasoningsController(TeamProject1Context context)
 {
     _context = context;
 }