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