C# Class HotelManagement.Controllers.LoginController

Inheritance: BaseController
Exibir arquivo Open project: avdevelop/hotelmanagement

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Login ( string email, string password ) : System.Web.Mvc.ActionResult
LoginController ( IUserService userService, IUserMenuService userMenuService, IMenuService menuService ) : System

Private Methods

Method Description
Logout ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

Login() public method

public Login ( string email, string password ) : System.Web.Mvc.ActionResult
email string
password string
return System.Web.Mvc.ActionResult

LoginController() public method

public LoginController ( IUserService userService, IUserMenuService userMenuService, IMenuService menuService ) : System
userService IUserService
userMenuService IUserMenuService
menuService IMenuService
return System