C# 클래스 DomainDrivenDelivery.Infrastructure.Persistence.NHibernate.CargoRepositoryNHibernate

상속: CargoRepository
파일 보기 프로젝트 열기: awhatley/dddsample.net

공개 메소드들

메소드 설명
CargoRepositoryNHibernate ( ISessionFactory sessionFactory ) : System.Collections.Generic

비공개 메소드들

메소드 설명
find ( TrackingId tid ) : Cargo
findAll ( ) : IEnumerable
findCargosOnVoyage ( Voyage voyage ) : IEnumerable
store ( Cargo cargo ) : void

메소드 상세

CargoRepositoryNHibernate() 공개 메소드

public CargoRepositoryNHibernate ( ISessionFactory sessionFactory ) : System.Collections.Generic
sessionFactory ISessionFactory
리턴 System.Collections.Generic