C# 클래스 Gringotts.Persistence.VentureRepository

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

공개 메소드들

메소드 설명
FetchAll ( ) : IList
GetVentureById ( string id ) : Venture
Save ( Venture venture ) : void
VentureRepository ( ISession session ) : System

메소드 상세

FetchAll() 공개 메소드

public FetchAll ( ) : IList
리턴 IList

GetVentureById() 공개 메소드

public GetVentureById ( string id ) : Venture
id string
리턴 Gringotts.Domain.Venture

Save() 공개 메소드

public Save ( Venture venture ) : void
venture Gringotts.Domain.Venture
리턴 void

VentureRepository() 공개 메소드

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