示例#1
0
 public ActionResult <string> Get(int breadId)
 {
     return(Ok(_recipeService.GetRecipeByBreadId(breadId)));
 }