예제 #1
0
 public static bool AddRecipe(IRecipe recipe)
 {
     return(server.AddRecipe(recipe));
 }