public HotelGeosResponseEntity GetAll() { return(HotelApiAccess.GetStatic <HotelGeosResponseEntity>(string.Format("{0}xml/v2.0/hotel/geo_cn.xml", Configuraton.ApiGatewayConfig.URL_STATIC))); }
public CreditCardsResponseEntity GetAll() { return(HotelApiAccess.GetStatic <CreditCardsResponseEntity>(string.Format("{0}xml/v2.0/hotel/creditcards.xml", Configuraton.ApiGatewayConfig.URL_STATIC))); }