C# Class MyWalletz.Controllers.HomeController

Inheritance: Controller
ファイルを表示 Open project: kazimanzurrashid/my-walletz-backbone

Public Methods

Method Description
HomeController ( IDataContext dataContext, Func getUserId ) : System
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HomeController() public method

public HomeController ( IDataContext dataContext, Func getUserId ) : System
dataContext IDataContext
getUserId Func
return System

Index() public method

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