Ejemplo n.º 1
0
        public ActionResult Index()
        {
            var taskList = taskService.GetAllTasks();

            return(View(taskList));
        }