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