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