Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SoapAndRestEndpoints.SimpleService.AuthorizationResponse> AuthenticateAsync(SoapAndRestEndpoints.SimpleService.AuthenticationRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }
Exemplo n.º 2
0
 public SoapAndRestEndpoints.SimpleService.AuthorizationResponse Authenticate(SoapAndRestEndpoints.SimpleService.AuthenticationRequest request)
 {
     return(base.Channel.Authenticate(request));
 }