Пример #1
0
 public IActionResult Copy(int id)
 {
     _mealService.CopyRecipe(id);
     return(RedirectToAction("Index"));
 }