示例#1
0
 public System.Threading.Tasks.Task <Facturacion.Test.ServiceInvoice.DTODocumentoSalida> RegistrarFacturaAsync(string user, string Password, string TipoDocumentoEmpresa, string NitEmpresa, Facturacion.Test.ServiceInvoice.DTODocumentoEntrada entrada, string Origen)
 {
     return(base.Channel.RegistrarFacturaAsync(user, Password, TipoDocumentoEmpresa, NitEmpresa, entrada, Origen));
 }
示例#2
0
 public Facturacion.Test.ServiceInvoice.DTODocumentoSalida RegistrarFactura(string user, string Password, string TipoDocumentoEmpresa, string NitEmpresa, Facturacion.Test.ServiceInvoice.DTODocumentoEntrada entrada, string Origen)
 {
     return(base.Channel.RegistrarFactura(user, Password, TipoDocumentoEmpresa, NitEmpresa, entrada, Origen));
 }