Esempio n. 1
0
 public ActionResult Create(TodoModel todo)
 {
     todos.CreateTodo(todo);
     return(RedirectToAction("Index"));
 }