Esempio n. 1
0
 public System.Threading.Tasks.Task <Mantenedores.wsContrato.traerUnContratoResponse> traerUnContratoAsync(int id_curso)
 {
     Mantenedores.wsContrato.traerUnContratoRequest inValue = new Mantenedores.wsContrato.traerUnContratoRequest();
     inValue.Body          = new Mantenedores.wsContrato.traerUnContratoRequestBody();
     inValue.Body.id_curso = id_curso;
     return(((Mantenedores.wsContrato.wsContratoSoap)(this)).traerUnContratoAsync(inValue));
 }
Esempio n. 2
0
 public Mantenedores.wsContrato.Contrato traerUnContrato(int id_curso)
 {
     Mantenedores.wsContrato.traerUnContratoRequest inValue = new Mantenedores.wsContrato.traerUnContratoRequest();
     inValue.Body          = new Mantenedores.wsContrato.traerUnContratoRequestBody();
     inValue.Body.id_curso = id_curso;
     Mantenedores.wsContrato.traerUnContratoResponse retVal = ((Mantenedores.wsContrato.wsContratoSoap)(this)).traerUnContrato(inValue);
     return(retVal.Body.traerUnContratoResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Mantenedores.wsContrato.traerUnContratoResponse> Mantenedores.wsContrato.wsContratoSoap.traerUnContratoAsync(Mantenedores.wsContrato.traerUnContratoRequest request)
 {
     return(base.Channel.traerUnContratoAsync(request));
 }
Esempio n. 4
0
 Mantenedores.wsContrato.traerUnContratoResponse Mantenedores.wsContrato.wsContratoSoap.traerUnContrato(Mantenedores.wsContrato.traerUnContratoRequest request)
 {
     return(base.Channel.traerUnContrato(request));
 }