Beispiel #1
0
 public virtual UserIdExistsResponse GetUserIdExists(UserIdExistsRequest userIdExistsRequest)
 {
     return(_partnerService.GetUserIdExists(userIdExistsRequest));
 }
Beispiel #2
0
 public UserIdExistsResponse GetUserIdExists(UserIdExistsRequest userIdExistsRequest)
 {
     userIdExistsRequest.MainofficeId = Convert.ToDecimal(AuthIntegration.GetMainOfficeId());
     return(_partnerServiceRepository.GetUserIdExists(userIdExistsRequest));
 }