Exemplo n.º 1
0
 public Activation ActivateLicense(int licenseId, string cpuID)
 {
     try
     {
         return(ActivationService.ActivateLicense(licenseId, cpuID));
     }
     catch (Exception)
     {
         throw;
     }
 }