C# 클래스 Investor.Common.Service.Investment.Logic.InvestmentLogic

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

공개 메소드들

메소드 설명
Create ( InvestmentPoco investment ) : void
CreateInvestmentType ( InvestmentTypePoco investmenttype ) : void
Delete ( long id ) : void
DeleteInvestmentType ( long id ) : void
InvestmentLogic ( IInvestmentRepository repository ) : System
Read ( long id ) : InvestmentDto
ReadByMatureDate ( System.DateTime maturedate, int skip, int take ) : IEnumerable
ReadClient ( long id ) : IEnumerable
ReadInvestmentType ( long id ) : InvestmentTypePoco
Update ( long id, InvestmentPoco investment ) : bool
UpdateInvestmentType ( long id, InvestmentTypePoco investmenttype ) : bool

메소드 상세

Create() 공개 메소드

public Create ( InvestmentPoco investment ) : void
investment Investor.Common.Shared.Pocos.InvestmentPoco
리턴 void

CreateInvestmentType() 공개 메소드

public CreateInvestmentType ( InvestmentTypePoco investmenttype ) : void
investmenttype Investor.Common.Shared.Pocos.InvestmentTypePoco
리턴 void

Delete() 공개 메소드

public Delete ( long id ) : void
id long
리턴 void

DeleteInvestmentType() 공개 메소드

public DeleteInvestmentType ( long id ) : void
id long
리턴 void

InvestmentLogic() 공개 메소드

public InvestmentLogic ( IInvestmentRepository repository ) : System
repository IInvestmentRepository
리턴 System

Read() 공개 메소드

public Read ( long id ) : InvestmentDto
id long
리턴 Investor.Common.Shared.DataTransferObjects.InvestmentDto

ReadByMatureDate() 공개 메소드

public ReadByMatureDate ( System.DateTime maturedate, int skip, int take ) : IEnumerable
maturedate System.DateTime
skip int
take int
리턴 IEnumerable

ReadClient() 공개 메소드

public ReadClient ( long id ) : IEnumerable
id long
리턴 IEnumerable

ReadInvestmentType() 공개 메소드

public ReadInvestmentType ( long id ) : InvestmentTypePoco
id long
리턴 Investor.Common.Shared.Pocos.InvestmentTypePoco

Update() 공개 메소드

public Update ( long id, InvestmentPoco investment ) : bool
id long
investment Investor.Common.Shared.Pocos.InvestmentPoco
리턴 bool

UpdateInvestmentType() 공개 메소드

public UpdateInvestmentType ( long id, InvestmentTypePoco investmenttype ) : bool
id long
investmenttype Investor.Common.Shared.Pocos.InvestmentTypePoco
리턴 bool