示例#1
0
 public int DeleteRecipe(int id)
 {
     return(recipeData.DeleteRecipeByID(id));
 }