C# Class Investor.MVC.Controllers.InvestmentController

Inheritance: Controller
Afficher le fichier Open project: johnhinz/Investor

Méthodes publiques

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

Method Details

GetInvestment() public méthode

public GetInvestment ( string id ) : InvestmentDto
id string
Résultat Investor.Common.Shared.DataTransferObjects.InvestmentDto

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Search() public méthode

public Search ( string SearchBox ) : System.Web.Mvc.ActionResult
SearchBox string
Résultat System.Web.Mvc.ActionResult