Exemplo n.º 1
0
 public string Report(string in0, string in1, string in2)
 {
     LigerRM.Common.SMS.ReportRequest inValue = new LigerRM.Common.SMS.ReportRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     LigerRM.Common.SMS.ReportResponse retVal = ((LigerRM.Common.SMS.SmsPortType)(this)).Report(inValue);
     return(retVal.@out);
 }
Exemplo n.º 2
0
 LigerRM.Common.SMS.ReportResponse LigerRM.Common.SMS.SmsPortType.Report(LigerRM.Common.SMS.ReportRequest request)
 {
     return(base.Channel.Report(request));
 }