Пример #1
0
 public string Depocitar(SistemaBancario.Autenticar.AuthUser AuthUser)
 {
     SistemaBancario.Autenticar.DepocitarRequest inValue = new SistemaBancario.Autenticar.DepocitarRequest();
     inValue.AuthUser = AuthUser;
     SistemaBancario.Autenticar.DepocitarResponse retVal = ((SistemaBancario.Autenticar.SecurityAutSoap)(this)).Depocitar(inValue);
     return(retVal.DepocitarResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <SistemaBancario.Autenticar.DepocitarResponse> DepocitarAsync(SistemaBancario.Autenticar.AuthUser AuthUser)
 {
     SistemaBancario.Autenticar.DepocitarRequest inValue = new SistemaBancario.Autenticar.DepocitarRequest();
     inValue.AuthUser = AuthUser;
     return(((SistemaBancario.Autenticar.SecurityAutSoap)(this)).DepocitarAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <SistemaBancario.Autenticar.DepocitarResponse> SistemaBancario.Autenticar.SecurityAutSoap.DepocitarAsync(SistemaBancario.Autenticar.DepocitarRequest request)
 {
     return(base.Channel.DepocitarAsync(request));
 }
Пример #4
0
 SistemaBancario.Autenticar.DepocitarResponse SistemaBancario.Autenticar.SecurityAutSoap.Depocitar(SistemaBancario.Autenticar.DepocitarRequest request)
 {
     return(base.Channel.Depocitar(request));
 }