Exemple #1
0
        public ActionResult Index()
        {
            var data = _taskListManager.GetAll();

            return(View());
        }