BinaryStudio.TaskManager.Web.Controllers.HumanTasksController.Index C# (CSharp) Méthode

Index() private méthode

private Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult
        public ViewResult Index()
        {
            var humanTasks = this.taskProcessor.GetAllTasks();
            return this.View(humanTasks);
        }