C# Class vlko.BlogModule.NH.Tests.Repository.IOCResolved.BaseTest

Mostrar archivo Open project: vlko/vlko Class Usage Examples

Public Methods

Method Description
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.

Method Details

Intialize() public method

public Intialize ( ) : void
return void

QueryAllHotels() public method

Queries all hotels.
public QueryAllHotels ( ) : void
return void

QueryHotelRoomsByName() public method

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

QueryProjection() public method

Queries projection.
public QueryProjection ( ) : void
return void

QueryReservationsForDate() public method

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