Exemplo n.º 1
0
 public static ILicenseValidator <T> Load <T>(LicenseKey <T> licenseKey)
 => new StandardLicenseValidator <T>(licenseKey);
Exemplo n.º 2
0
 public static ILicenseValidator <object> Load(LicenseKey <object> license)
 => new StandardLicenseValidator <object>(license);