C# Class AccountManagement.Controllers.AccountManagementController

Inheritance: Controller
Show file Open project: mustafamg/AccountManager

Public Methods

Method Description
AccountManagementController ( IRegisterRepository repo ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Edit ( ) : System.Web.Mvc.ActionResult
Edit ( RegisterEntry entry ) : System.Web.Mvc.ActionResult
ViewData ( ) : System.Web.Mvc.ActionResult

Method Details

AccountManagementController() public method

public AccountManagementController ( IRegisterRepository repo ) : System
repo IRegisterRepository
return System

Index() public method

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