Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Extension.ServiceReference_Perception.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile, string partyType)
 {
     Extension.ServiceReference_Perception.sendBillRequest inValue = new Extension.ServiceReference_Perception.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((Extension.ServiceReference_Perception.billService)(this)).sendBillAsync(inValue));
 }
Exemplo n.º 2
0
 public byte[] sendBill(string fileName, byte[] contentFile, string partyType)
 {
     Extension.ServiceReference_Perception.sendBillRequest inValue = new Extension.ServiceReference_Perception.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     Extension.ServiceReference_Perception.sendBillResponse retVal = ((Extension.ServiceReference_Perception.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Extension.ServiceReference_Perception.sendBillResponse> Extension.ServiceReference_Perception.billService.sendBillAsync(Extension.ServiceReference_Perception.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Exemplo n.º 4
0
 Extension.ServiceReference_Perception.sendBillResponse Extension.ServiceReference_Perception.billService.sendBill(Extension.ServiceReference_Perception.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }