C# Class Investor.MVC.Controllers.InvestmentController

Inheritance: Controller
显示文件 Open project: johnhinz/Investor

Public Methods

Method Description
GetInvestment ( string id ) : InvestmentDto
Index ( ) : System.Web.Mvc.ActionResult
Search ( string SearchBox ) : System.Web.Mvc.ActionResult

Method Details

GetInvestment() public method

public GetInvestment ( string id ) : InvestmentDto
id string
return Investor.Common.Shared.DataTransferObjects.InvestmentDto

Index() public method

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

Search() public method

public Search ( string SearchBox ) : System.Web.Mvc.ActionResult
SearchBox string
return System.Web.Mvc.ActionResult