示例#1
0
 public System.Threading.Tasks.Task <AppointmentSchedulerWeb.LicenseVerificationService.VerifyEntitlementTokenResponse> VerifyEntitlementTokenAsync(AppointmentSchedulerWeb.LicenseVerificationService.VerifyEntitlementTokenRequest request)
 {
     return(base.Channel.VerifyEntitlementTokenAsync(request));
 }
示例#2
0
 public AppointmentSchedulerWeb.LicenseVerificationService.VerifyEntitlementTokenResponse VerifyEntitlementToken(AppointmentSchedulerWeb.LicenseVerificationService.VerifyEntitlementTokenRequest request)
 {
     return(base.Channel.VerifyEntitlementToken(request));
 }