Ejemplo n.º 1
0
 internal static void Set(AppLicense type)
 {
     _appLicense = type;
 }
Ejemplo n.º 2
0
 public AppLicenseDto(AppLicense license, bool isValid)
 {
     IsValid = isValid;
     License = license;
 }
Ejemplo n.º 3
0
 public AppAlert(AppLicense license, AppInfo appInfo)
 {
     _license = license;
     _appInfo = appInfo;
 }
Ejemplo n.º 4
0
 public AppReminder(AppLicense license, AppInfo appInfo)
 {
     License = license;
     AppInfo = appInfo;
 }