Esempio n. 1
0
 public ConvalidacionEducacionSuperior.AutenticacionLogin.consultaRespuestaDTO getWebRegistry(string CorreoElectronico)
 {
     ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest inValue = new ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest();
     inValue.CorreoElectronico = CorreoElectronico;
     ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryResponse retVal = ((ConvalidacionEducacionSuperior.AutenticacionLogin.ConsultaWSWebRegistry)(this)).getWebRegistry(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryResponse> getWebRegistryAsync(string CorreoElectronico)
 {
     ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest inValue = new ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest();
     inValue.CorreoElectronico = CorreoElectronico;
     return(((ConvalidacionEducacionSuperior.AutenticacionLogin.ConsultaWSWebRegistry)(this)).getWebRegistryAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryResponse> ConvalidacionEducacionSuperior.AutenticacionLogin.ConsultaWSWebRegistry.getWebRegistryAsync(ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest request)
 {
     return(base.Channel.getWebRegistryAsync(request));
 }
Esempio n. 4
0
 ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryResponse ConvalidacionEducacionSuperior.AutenticacionLogin.ConsultaWSWebRegistry.getWebRegistry(ConvalidacionEducacionSuperior.AutenticacionLogin.getWebRegistryRequest request)
 {
     return(base.Channel.getWebRegistry(request));
 }