C# Class Ui.Mvc.Controllers.DashboardController

Inheritance: Controller
Exibir arquivo Open project: stonemonkey/Internship2013

Public Methods

Method Description
DashboardController ( ) : System.Collections.Generic
DashboardController ( IDataService dataService ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
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

Method Details

DashboardController() public method

public DashboardController ( ) : System.Collections.Generic
return System.Collections.Generic

DashboardController() public method

public DashboardController ( IDataService dataService ) : System.Collections.Generic
dataService IDataService
return System.Collections.Generic

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult