コード例 #1
0
 public EditModel()
 {
     rr   = new RecipeRepository();
     ir   = new IngredientRepository();
     iirr = new IngredientsInRecipeRepository();
 }