Пример #1
0
 public string getBatchReport(string arg0, string arg1)
 {
     Common.ServiceReference1.getBatchReport inValue = new Common.ServiceReference1.getBatchReport();
     inValue.Body      = new Common.ServiceReference1.getBatchReportBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     Common.ServiceReference1.getBatchReportResponse retVal = ((Common.ServiceReference1.SendsmsWebService)(this)).getBatchReport(inValue);
     return(retVal.Body.@return);
 }
Пример #2
0
 Common.ServiceReference1.getBatchReportResponse Common.ServiceReference1.SendsmsWebService.getBatchReport(Common.ServiceReference1.getBatchReport request)
 {
     return(base.Channel.getBatchReport(request));
 }