Example #1
0
 public RecipeController(RecipeFinderContext context)
 {
     _context = context;
 }
Example #2
0
 public IngredientController(RecipeFinderContext context)
 {
     _context = context;
 }