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

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

Méthodes publiques

Méthode Description
InvestmentController ( IInvestmentLogic logic ) : Investor.Common.Shared.Interfaces

Private Methods

Méthode 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 méthode

public InvestmentController ( IInvestmentLogic logic ) : Investor.Common.Shared.Interfaces
logic IInvestmentLogic
Résultat Investor.Common.Shared.Interfaces