Beispiel #1
0
 public System.Threading.Tasks.Task <EduktSoftFrontEnd.Service.restaurarContraResponse> restaurarContraAsync(string name)
 {
     EduktSoftFrontEnd.Service.restaurarContraRequest inValue = new EduktSoftFrontEnd.Service.restaurarContraRequest();
     inValue.Body      = new EduktSoftFrontEnd.Service.restaurarContraRequestBody();
     inValue.Body.name = name;
     return(((EduktSoftFrontEnd.Service.Servicio)(this)).restaurarContraAsync(inValue));
 }
Beispiel #2
0
 public int restaurarContra(string name)
 {
     EduktSoftFrontEnd.Service.restaurarContraRequest inValue = new EduktSoftFrontEnd.Service.restaurarContraRequest();
     inValue.Body      = new EduktSoftFrontEnd.Service.restaurarContraRequestBody();
     inValue.Body.name = name;
     EduktSoftFrontEnd.Service.restaurarContraResponse retVal = ((EduktSoftFrontEnd.Service.Servicio)(this)).restaurarContra(inValue);
     return(retVal.Body.@return);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <EduktSoftFrontEnd.Service.restaurarContraResponse> EduktSoftFrontEnd.Service.Servicio.restaurarContraAsync(EduktSoftFrontEnd.Service.restaurarContraRequest request)
 {
     return(base.Channel.restaurarContraAsync(request));
 }
Beispiel #4
0
 EduktSoftFrontEnd.Service.restaurarContraResponse EduktSoftFrontEnd.Service.Servicio.restaurarContra(EduktSoftFrontEnd.Service.restaurarContraRequest request)
 {
     return(base.Channel.restaurarContra(request));
 }