コード例 #1
0
 public ActionResult <Recipe> Get(int id)
 {
     return(new JsonResult(_recipeRepo.GetRecipe(id)));
 }