C# 클래스 vlko.BlogModule.NH.Tests.Repository.IOCResolved.BaseTest

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

공개 메소드들

메소드 설명
Intialize ( ) : void
QueryAllHotels ( ) : void

Queries all hotels.

QueryHotelRoomsByName ( ) : void

Queries the name of the hotel rooms by.

QueryProjection ( ) : void

Queries projection.

QueryReservationsForDate ( ) : void

Queries the name of the hotel rooms by.

메소드 상세

Intialize() 공개 메소드

public Intialize ( ) : void
리턴 void

QueryAllHotels() 공개 메소드

Queries all hotels.
public QueryAllHotels ( ) : void
리턴 void

QueryHotelRoomsByName() 공개 메소드

Queries the name of the hotel rooms by.
public QueryHotelRoomsByName ( ) : void
리턴 void

QueryProjection() 공개 메소드

Queries projection.
public QueryProjection ( ) : void
리턴 void

QueryReservationsForDate() 공개 메소드

Queries the name of the hotel rooms by.
public QueryReservationsForDate ( ) : void
리턴 void