예제 #1
0
 public ActionResult CancelComplete(int id)
 {
     todoService.CancelComplete(id);
     return(RedirectToAction("Index"));
 }