Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse> lostPasswordLoginResetPasswordAsync(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.wsLocale      = wsLocale;
     return(((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginResetPasswordAsync(inValue));
 }
Exemplo n.º 2
0
 public string lostPasswordLoginResetPassword(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.wsLocale      = wsLocale;
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse retVal = ((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginResetPassword(inValue);
     return(retVal.lostPasswordLoginResetPasswordReturn);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse> Gro.Infrastructure.Data.SessionService.WSSessionService.lostPasswordLoginResetPasswordAsync(Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest request)
 {
     return(base.Channel.lostPasswordLoginResetPasswordAsync(request));
 }
Exemplo n.º 4
0
 Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse Gro.Infrastructure.Data.SessionService.WSSessionService.lostPasswordLoginResetPassword(Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest request)
 {
     return(base.Channel.lostPasswordLoginResetPassword(request));
 }