Exemplo n.º 1
0
 public void Insert(Recipe newRecipe)
 {
     recipeRepository.Insert(newRecipe);
 }
 public void Insert(RecipeFamily newRecipeFamily)
 {
     recipeFamilyRepository.Insert(newRecipeFamily);
 }
 public void Insert(Ingredient Ingredient)
 {
     ingredientRepository.Insert(Ingredient);
 }