Exemple #1
0
 public System.Threading.Tasks.Task <ServicesSunat.Documentos.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     ServicesSunat.Documentos.sendPackRequest inValue = new ServicesSunat.Documentos.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((ServicesSunat.Documentos.billService)(this)).sendPackAsync(inValue));
 }
Exemple #2
0
 public string sendPack(string fileName, byte[] contentFile, string partyType)
 {
     ServicesSunat.Documentos.sendPackRequest inValue = new ServicesSunat.Documentos.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     ServicesSunat.Documentos.sendPackResponse retVal = ((ServicesSunat.Documentos.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ServicesSunat.Documentos.sendPackResponse> ServicesSunat.Documentos.billService.sendPackAsync(ServicesSunat.Documentos.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
Exemple #4
0
 ServicesSunat.Documentos.sendPackResponse ServicesSunat.Documentos.billService.sendPack(ServicesSunat.Documentos.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }