コード例 #1
0
 public void CreateRecipe(Recipe recipe)
 {
     _recipeRepository.CreateNewRecipe(recipe);
 }