C# Class Investor.Common.Service.Investment.Api.InvestmentController

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

Public Methods

Method Description
InvestmentController ( IInvestmentLogic logic ) : Investor.Common.Shared.Interfaces

Private Methods

Method Description
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

Method Details

InvestmentController() public method

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