C# Класс vlko.BlogModule.NH.Tests.Repository.IOCResolved.BaseTest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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