C# 클래스 Investor.Common.Service.Investment.Api.InvestmentController

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

공개 메소드들

메소드 설명
InvestmentController ( IInvestmentLogic logic ) : Investor.Common.Shared.Interfaces

비공개 메소드들

메소드 설명
CreateInvestment ( [ investment ) : HttpResponseMessage
CreateInvestmentType ( [ investmenttype ) : HttpResponseMessage
DeleteInvestment ( long ID ) : HttpResponseMessage
DeleteInvestmenttype ( long id ) : HttpResponseMessage
Get ( long investmentId ) : HttpResponseMessage
GetAllMaturedate ( System.DateTime date, int skip, int take ) : HttpResponseMessage
GetClients ( long investmentId ) : HttpResponseMessage
GetInvestmentType ( long investmentId ) : HttpResponseMessage
UpdateInvestment ( [ investment ) : HttpResponseMessage
UpdateInvestmentType ( [ investmenttype ) : HttpResponseMessage

메소드 상세

InvestmentController() 공개 메소드

public InvestmentController ( IInvestmentLogic logic ) : Investor.Common.Shared.Interfaces
logic IInvestmentLogic
리턴 Investor.Common.Shared.Interfaces