Пример #1
0
 // GET: Task
 public ActionResult Index()
 {
     return(PartialView("_Task", tk.GetAll()));
 }