Exemplo n.º 1
0
 public System.Threading.Tasks.Task <CarajDesktop.AuthService.CustomerLoginResponse> CustomerLoginAsync(string username, string password)
 {
     CarajDesktop.AuthService.CustomerLoginRequest inValue = new CarajDesktop.AuthService.CustomerLoginRequest();
     inValue.Body          = new CarajDesktop.AuthService.CustomerLoginRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     return(((CarajDesktop.AuthService.AuthServiceSoap)(this)).CustomerLoginAsync(inValue));
 }
Exemplo n.º 2
0
 public CarajDesktop.AuthService.CustomerLoginResponseDto CustomerLogin(string username, string password)
 {
     CarajDesktop.AuthService.CustomerLoginRequest inValue = new CarajDesktop.AuthService.CustomerLoginRequest();
     inValue.Body          = new CarajDesktop.AuthService.CustomerLoginRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     CarajDesktop.AuthService.CustomerLoginResponse retVal = ((CarajDesktop.AuthService.AuthServiceSoap)(this)).CustomerLogin(inValue);
     return(retVal.Body.CustomerLoginResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <CarajDesktop.AuthService.CustomerLoginResponse> CarajDesktop.AuthService.AuthServiceSoap.CustomerLoginAsync(CarajDesktop.AuthService.CustomerLoginRequest request)
 {
     return(base.Channel.CustomerLoginAsync(request));
 }
Exemplo n.º 4
0
 CarajDesktop.AuthService.CustomerLoginResponse CarajDesktop.AuthService.AuthServiceSoap.CustomerLogin(CarajDesktop.AuthService.CustomerLoginRequest request)
 {
     return(base.Channel.CustomerLogin(request));
 }