コード例 #1
0
 public System.Threading.Tasks.Task <ProductTracking.AppClient.AppAuthenticationResponse> AuthenticateUserAsync(ProductTracking.AppClient.AppAuthenticationRequest appAuthenticationrequest)
 {
     return(base.Channel.AuthenticateUserAsync(appAuthenticationrequest));
 }
コード例 #2
0
 public ProductTracking.AppClient.AppAuthenticationResponse AuthenticateUser(ProductTracking.AppClient.AppAuthenticationRequest appAuthenticationrequest)
 {
     return(base.Channel.AuthenticateUser(appAuthenticationrequest));
 }