Beispiel #1
0
 public MapMealType(FoodWorldContext context)
 {
     _foodWorldContext = context;
 }
Beispiel #2
0
 public RecipeService(FoodWorldContext context)
 {
     _recipeContext = context;
 }
Beispiel #3
0
 public MapRecipeCuisine(FoodWorldContext context)
 {
     _foodWorldContext = context;
 }
 public MapCookingStyle(FoodWorldContext context)
 {
     _foodWorldContext = context;
 }
Beispiel #5
0
 public MapIngredients(FoodWorldContext context)
 {
     _foodWorldContext = context;
 }
 public MapDishType(FoodWorldContext context)
 {
     _foodWorldContext = context;
 }