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)); }
System.Threading.Tasks.Task <AuthenticationService.loginResponse1> AuthenticationService.AuthPort.loginAsync(AuthenticationService.loginRequest1 request) { return(base.Channel.loginAsync(request)); }