Пример #1
0
 public IActionResult Edit(int id)
 {
     return(View("edit", TodoService.FindTodo(id)));
 }