Exemplo n.º 1
0
 public System.Data.DataSet getSupportCityDataset(string theRegionCode)
 {
     Toyz4net.Core.WeatherWS.getSupportCityDatasetRequest1 inValue = new Toyz4net.Core.WeatherWS.getSupportCityDatasetRequest1();
     inValue.theRegionCode = theRegionCode;
     Toyz4net.Core.WeatherWS.getSupportCityDatasetResponse1 retVal = ((Toyz4net.Core.WeatherWS.WeatherWSHttpPost)(this)).getSupportCityDataset(inValue);
     return(retVal.DataSet);
 }
Exemplo n.º 2
0
 Toyz4net.Core.WeatherWS.getSupportCityDatasetResponse1 Toyz4net.Core.WeatherWS.WeatherWSHttpPost.getSupportCityDataset(Toyz4net.Core.WeatherWS.getSupportCityDatasetRequest1 request)
 {
     return(base.Channel.getSupportCityDataset(request));
 }