Update DeveloperApiKeyResult.cs

pull/2599/head
Halil İbrahim Kalkan 5 years ago
parent b07a181db7
commit 4bd5fa750c

@ -7,7 +7,7 @@ namespace Volo.Abp.Cli.Licensing
public bool HasActiveLicense { get; set; }
public string OrganizationName { get; set; }
public string ApiKey { get; set; }
public DateTime LicenseEndTime { get; set; }
public DateTime? LicenseEndTime { get; set; }
public string LicenseCode { get; set; }
}
}
Loading…
Cancel
Save