예제 #1
0
 public Recipe Find(int?id)
 {
     return(_recipeService.Find(id));
 }