コード例 #1
0
 public IActionResult DeleteRecipe(int id)
 {
     _recipe.DeleteRecipe(id);
     return(NoContent());
 }