C# Class Contrive.Auth.Web.Mvc.Areas.Contrive.Controllers.DashboardController

Inheritance: Controller
Show file Open project: alanstevens/Contrive

Public Methods

Method Description
DashboardController ( IRoleServiceExtended roleServiceExtended, IUserService userService ) : System.Web.Mvc
Index ( ) : ActionResult

Method Details

DashboardController() public method

public DashboardController ( IRoleServiceExtended roleServiceExtended, IUserService userService ) : System.Web.Mvc
roleServiceExtended IRoleServiceExtended
userService IUserService
return System.Web.Mvc

Index() public method

public Index ( ) : ActionResult
return ActionResult