Пример #1
0
 public System.Threading.Tasks.Task <Marfrig.Integration.Test.AuthService.AuthenticateResponse> AuthenticateAsync(Marfrig.Integration.Test.AuthService.AuthenticateRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }
Пример #2
0
 public Marfrig.Integration.Test.AuthService.AuthenticateResponse Authenticate(Marfrig.Integration.Test.AuthService.AuthenticateRequest request)
 {
     return(base.Channel.Authenticate(request));
 }