Пример #1
0
 public byte[] Export(string type, Sonluk.UI.Model.LE.TRA.ComplaintService.ComplaintInfo[] nodes)
 {
     Sonluk.UI.Model.LE.TRA.ComplaintService.ExportRequest inValue = new Sonluk.UI.Model.LE.TRA.ComplaintService.ExportRequest();
     inValue.type  = type;
     inValue.nodes = nodes;
     Sonluk.UI.Model.LE.TRA.ComplaintService.ExportResponse retVal = ((Sonluk.UI.Model.LE.TRA.ComplaintService.ComplaintSoap)(this)).Export(inValue);
     return(retVal.ExportResult);
 }
Пример #2
0
 Sonluk.UI.Model.LE.TRA.ComplaintService.ExportResponse Sonluk.UI.Model.LE.TRA.ComplaintService.ComplaintSoap.Export(Sonluk.UI.Model.LE.TRA.ComplaintService.ExportRequest request)
 {
     return(base.Channel.Export(request));
 }