Exemplo n.º 1
0
 public IActionResult AddNew(Todo t)
 {
     todorep.AddNew(t);
     return(RedirectToAction("List"));
 }