예제 #1
0
        public DC_Message IncludeExcludeHotels(DC_ZoneRQ param)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["IncludeExcludeHotels"], param, typeof(DC_ZoneRQ), typeof(DC_Message), out result);
            return(result as DC_Message);
        }
예제 #2
0
        public DC_Message UpdateZoneHotelsInTable(DC_ZoneRQ param)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["UpdateZoneHotelsInTable"], param, typeof(DC_ZoneRQ), typeof(DC_Message), out result);
            return(result as DC_Message);
        }
예제 #3
0
        public List <DC_ZoneHotelList> SearchZoneHotels(DC_ZoneRQ param)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["SearchZoneHotels"], param, typeof(DC_ZoneRQ), typeof(List <DC_ZoneHotelList>), out result);
            return(result as List <DC_ZoneHotelList>);
        }
예제 #4
0
        public DC_Message DeactivateOrActivateZones(DC_ZoneRQ param)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["DeactivateZoneAndCities"], param, typeof(DC_ZoneRQ), typeof(DC_Message), out result);
            return(result as DC_Message);
        }
예제 #5
0
        public List <MDMSVC.DC_ZoneCitiesSearch> SearchZoneCities(DC_ZoneRQ RQ)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["SearchZoneCities"], RQ, typeof(DC_ZoneRQ), typeof(List <DC_ZoneCitiesSearch>), out result);
            return(result as List <DC_ZoneCitiesSearch>);
        }
예제 #6
0
        public DC_Message AddZoneCityMapping(DC_ZoneRQ param)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["AddZoneCities"], param, typeof(DC_ZoneRQ), typeof(DC_Message), out result);
            return(result as DC_Message);
        }