C# 클래스 Gringotts.Persistence.InvestmentRepository

파일 보기 프로젝트 열기: bagheera/Gringotts 1 사용 예제들

공개 메소드들

메소드 설명
FetchAll ( ) : IList
GetInvestmentById ( int id ) : Investment
InvestmentRepository ( ISession session ) : System.Collections.Generic
Save ( Investment investment ) : void

메소드 상세

FetchAll() 공개 메소드

public FetchAll ( ) : IList
리턴 IList

GetInvestmentById() 공개 메소드

public GetInvestmentById ( int id ) : Investment
id int
리턴 Gringotts.Domain.Investment

InvestmentRepository() 공개 메소드

public InvestmentRepository ( ISession session ) : System.Collections.Generic
session ISession
리턴 System.Collections.Generic

Save() 공개 메소드

public Save ( Investment investment ) : void
investment Gringotts.Domain.Investment
리턴 void