Beispiel #1
0
 public RecipeView(IRecipe recipe, IIngredient[] ingredient)
 {
     Assign(recipe);
     Ingredients = new IngredientCollectionView(ingredient);
 }
Beispiel #2
0
 public RecipeView()
 {
     Ingredients = new IngredientCollectionView();
 }