Exemple #1
0
 internal Recipe CreateRecipe(Recipe newRecipe)
 {
     return(_repo.CreateRecipe(newRecipe));
 }