C# 클래스 Gringotts.Persistence.InvestorRepository

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

공개 메소드들

메소드 설명
FetchAll ( ) : IList
GetInvestorById ( string id ) : Investor
InvestorRepository ( ISession session ) : System
Save ( Investor newInvestor ) : string

메소드 상세

FetchAll() 공개 메소드

public FetchAll ( ) : IList
리턴 IList

GetInvestorById() 공개 메소드

public GetInvestorById ( string id ) : Investor
id string
리턴 Gringotts.Domain.Investor

InvestorRepository() 공개 메소드

public InvestorRepository ( ISession session ) : System
session ISession
리턴 System

Save() 공개 메소드

public Save ( Investor newInvestor ) : string
newInvestor Gringotts.Domain.Investor
리턴 string