Dwsim / data /DWSIM.ProFeatures /Models /LicenseResponseModel.cs
introvoyz041's picture
Migrated from GitHub
b1b3bae verified

namespace DWSIM.ProFeatures
{
public class LicenseResponseModel
{
public bool? hasExistingLicense { get; set; }
public bool? trialLicenseCreated { get; set; }
public bool? notEligibleForTrial { get; set; }
}
}