예제 #1
0
 public System.Threading.Tasks.Task <AuthenticationService.loginResponse1> loginAsync(AuthenticationService.loginRequest loginRequest)
 {
     AuthenticationService.loginRequest1 inValue = new AuthenticationService.loginRequest1();
     inValue.loginRequest = loginRequest;
     return(((AuthenticationService.AuthPort)(this)).loginAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <AuthenticationService.loginResponse1> AuthenticationService.AuthPort.loginAsync(AuthenticationService.loginRequest1 request)
 {
     return(base.Channel.loginAsync(request));
 }