Beispiel #1
0
 public System.Threading.Tasks.Task <JNJC.BLL.cityAQIServices.AirAwsHoursResponse> AirAwsHoursAsync(string begintime, string endtime)
 {
     JNJC.BLL.cityAQIServices.AirAwsHoursRequest inValue = new JNJC.BLL.cityAQIServices.AirAwsHoursRequest();
     inValue.Body           = new JNJC.BLL.cityAQIServices.AirAwsHoursRequestBody();
     inValue.Body.begintime = begintime;
     inValue.Body.endtime   = endtime;
     return(((JNJC.BLL.cityAQIServices.AirWebServiceSoap)(this)).AirAwsHoursAsync(inValue));
 }
Beispiel #2
0
 public string AirAwsHours(string begintime, string endtime)
 {
     JNJC.BLL.cityAQIServices.AirAwsHoursRequest inValue = new JNJC.BLL.cityAQIServices.AirAwsHoursRequest();
     inValue.Body           = new JNJC.BLL.cityAQIServices.AirAwsHoursRequestBody();
     inValue.Body.begintime = begintime;
     inValue.Body.endtime   = endtime;
     JNJC.BLL.cityAQIServices.AirAwsHoursResponse retVal = ((JNJC.BLL.cityAQIServices.AirWebServiceSoap)(this)).AirAwsHours(inValue);
     return(retVal.Body.AirAwsHoursResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <JNJC.BLL.cityAQIServices.AirAwsHoursResponse> JNJC.BLL.cityAQIServices.AirWebServiceSoap.AirAwsHoursAsync(JNJC.BLL.cityAQIServices.AirAwsHoursRequest request)
 {
     return(base.Channel.AirAwsHoursAsync(request));
 }
Beispiel #4
0
 JNJC.BLL.cityAQIServices.AirAwsHoursResponse JNJC.BLL.cityAQIServices.AirWebServiceSoap.AirAwsHours(JNJC.BLL.cityAQIServices.AirAwsHoursRequest request)
 {
     return(base.Channel.AirAwsHours(request));
 }