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