Ejemplo n.º 1
0
 // GET: Tasks
 public ActionResult Index()
 {
     return(View(TasksBLL.List()));
 }