C# 클래스 Investor.MVC.Controllers.InvestmentController

상속: Controller
파일 보기 프로젝트 열기: johnhinz/Investor

공개 메소드들

메소드 설명
GetInvestment ( string id ) : InvestmentDto
Index ( ) : System.Web.Mvc.ActionResult
Search ( string SearchBox ) : System.Web.Mvc.ActionResult

메소드 상세

GetInvestment() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Search() 공개 메소드

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