Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Mantenedores.wsPago.CreateSinglePaidResponse> CreateSinglePaidAsync(int abono, string rut_alumno, int id_tipo_pago)
 {
     Mantenedores.wsPago.CreateSinglePaidRequest inValue = new Mantenedores.wsPago.CreateSinglePaidRequest();
     inValue.Body              = new Mantenedores.wsPago.CreateSinglePaidRequestBody();
     inValue.Body.abono        = abono;
     inValue.Body.rut_alumno   = rut_alumno;
     inValue.Body.id_tipo_pago = id_tipo_pago;
     return(((Mantenedores.wsPago.wsPagoSoap)(this)).CreateSinglePaidAsync(inValue));
 }
Exemplo n.º 2
0
 public bool CreateSinglePaid(int abono, string rut_alumno, int id_tipo_pago)
 {
     Mantenedores.wsPago.CreateSinglePaidRequest inValue = new Mantenedores.wsPago.CreateSinglePaidRequest();
     inValue.Body              = new Mantenedores.wsPago.CreateSinglePaidRequestBody();
     inValue.Body.abono        = abono;
     inValue.Body.rut_alumno   = rut_alumno;
     inValue.Body.id_tipo_pago = id_tipo_pago;
     Mantenedores.wsPago.CreateSinglePaidResponse retVal = ((Mantenedores.wsPago.wsPagoSoap)(this)).CreateSinglePaid(inValue);
     return(retVal.Body.CreateSinglePaidResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Mantenedores.wsPago.CreateSinglePaidResponse> Mantenedores.wsPago.wsPagoSoap.CreateSinglePaidAsync(Mantenedores.wsPago.CreateSinglePaidRequest request)
 {
     return(base.Channel.CreateSinglePaidAsync(request));
 }
Exemplo n.º 4
0
 Mantenedores.wsPago.CreateSinglePaidResponse Mantenedores.wsPago.wsPagoSoap.CreateSinglePaid(Mantenedores.wsPago.CreateSinglePaidRequest request)
 {
     return(base.Channel.CreateSinglePaid(request));
 }