C# Class Howframework.Web.Controllers.AuthenticationController

Inheritance: Controller
Show file Open project: howframework/AspNet-MVC

Protected Properties

Property Type Description
server IUnitOfWork

Public Methods

Method Description
AuthenticationController ( ) : System
Login ( ) : System.Web.Mvc.ActionResult
SignOut ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Login ( string username, string password ) : System.Web.Mvc.ActionResult

Method Details

AuthenticationController() public method

public AuthenticationController ( ) : System
return System

Login() public method

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

SignOut() public method

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

Property Details

server protected property

protected IUnitOfWork server
return IUnitOfWork