Beispiel #1
0
 public System.Threading.Tasks.Task <WSGenograma.InsertarNuevoIntegrateResponse> InsertarNuevoIntegrateAsync(string nombre, string nommedio, string apellido, string sexo, System.DateTime fnacim, int ciudadnac, int nacionalidad, int padre, int madre, int esposo, int esposa)
 {
     WSGenograma.InsertarNuevoIntegrateRequest inValue = new WSGenograma.InsertarNuevoIntegrateRequest();
     inValue.Body              = new WSGenograma.InsertarNuevoIntegrateRequestBody();
     inValue.Body.nombre       = nombre;
     inValue.Body.nommedio     = nommedio;
     inValue.Body.apellido     = apellido;
     inValue.Body.sexo         = sexo;
     inValue.Body.fnacim       = fnacim;
     inValue.Body.ciudadnac    = ciudadnac;
     inValue.Body.nacionalidad = nacionalidad;
     inValue.Body.padre        = padre;
     inValue.Body.madre        = madre;
     inValue.Body.esposo       = esposo;
     inValue.Body.esposa       = esposa;
     return(((WSGenograma.WebService1Soap)(this)).InsertarNuevoIntegrateAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <WSGenograma.InsertarNuevoIntegrateResponse> WSGenograma.WebService1Soap.InsertarNuevoIntegrateAsync(WSGenograma.InsertarNuevoIntegrateRequest request)
 {
     return(base.Channel.InsertarNuevoIntegrateAsync(request));
 }