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

Afficher le fichier Open project: vlko/vlko Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Intialize ( ) : void
Résultat void

QueryAllHotels() public méthode

Queries all hotels.
public QueryAllHotels ( ) : void
Résultat void

QueryHotelRoomsByName() public méthode

Queries the name of the hotel rooms by.
public QueryHotelRoomsByName ( ) : void
Résultat void

QueryProjection() public méthode

Queries projection.
public QueryProjection ( ) : void
Résultat void

QueryReservationsForDate() public méthode

Queries the name of the hotel rooms by.
public QueryReservationsForDate ( ) : void
Résultat void