示例#1
0
 public RecipesIngredients(Recipes recipe, Ingredients ingredient)
 {
     Ingredient = ingredient;
     Recipe     = recipe;
 }
示例#2
0
 public RecipesFilters(Recipes recipe, Filters filter)
 {
     Filter = filter;
     Recipe = recipe;
 }