コード例 #1
0
ファイル: Reference.cs プロジェクト: jeffersonquiles/Teste
 public System.Threading.Tasks.Task <Marfrig.Integration.Test.AuthService.AuthenticateResponse> AuthenticateAsync(Marfrig.Integration.Test.AuthService.AuthenticateRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: jeffersonquiles/Teste
 public Marfrig.Integration.Test.AuthService.AuthenticateResponse Authenticate(Marfrig.Integration.Test.AuthService.AuthenticateRequest request)
 {
     return(base.Channel.Authenticate(request));
 }