示例#1
0
 public Recipe GetAllRecipeByID(int id)
 {
     return(recipeData.GetRecipeByID(id));
 }