Beispiel #1
0
 public Task <IAuthPasswordRecovery> AuthRequestPasswordRecoveryAsync(AuthRequestPasswordRecoveryArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <IAuthPasswordRecovery>(args));
 }
 public Task<IAuthPasswordRecovery> AuthRequestPasswordRecoveryAsync(AuthRequestPasswordRecoveryArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<IAuthPasswordRecovery>(args);
 }