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); }
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)); }