C# Класс Ui.Mvc.Controllers.DashboardController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
DashboardController ( ) : System.Collections.Generic
DashboardController ( IDataService dataService ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
Approve ( List selectedRequests ) : System.Web.Mvc.PartialViewResult
Deny ( List selectedRequests ) : System.Web.Mvc.PartialViewResult
SetState ( ICollection selectedRequests, VacationRequestState toState, string viewName = "_PmRequests" ) : System.Web.Mvc.PartialViewResult
Submit ( List selectedRequests ) : System.Web.Mvc.PartialViewResult

Описание методов

DashboardController() публичный Метод

public DashboardController ( ) : System.Collections.Generic
Результат System.Collections.Generic

DashboardController() публичный Метод

public DashboardController ( IDataService dataService ) : System.Collections.Generic
dataService IDataService
Результат System.Collections.Generic

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult