Ejemplo n.º 1
0
 private bool RecipeExists(int id)
 {
     return(_recipeRepo.RecipeExists(id));
 }