This commit is contained in:
@@ -15,7 +15,7 @@ namespace Sockeye.Models
|
|||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
public uint Concurrency { get; set; }
|
public uint Concurrency { get; set; }
|
||||||
|
|
||||||
public DateTime Created { get; set; }
|
public DateTime Created { get; set; } = DateTime.UtcNow;
|
||||||
public bool Active { get; set; }//active licenses will be notified immediately on save and can be fetched by customer, inactive means still putting together or it's been kiboshed
|
public bool Active { get; set; }//active licenses will be notified immediately on save and can be fetched by customer, inactive means still putting together or it's been kiboshed
|
||||||
public bool NotificationSent { get; set; }
|
public bool NotificationSent { get; set; }
|
||||||
public long? CustomerId { get; set; }
|
public long? CustomerId { get; set; }
|
||||||
@@ -42,8 +42,8 @@ namespace Sockeye.Models
|
|||||||
public int? CustomerUsers { get; set; }//v8 - subscription only
|
public int? CustomerUsers { get; set; }//v8 - subscription only
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public int? MaxDataGB { get; set; }//v8 - subscription only
|
public int? MaxDataGB { get; set; }//v8 - subscription only
|
||||||
|
|
||||||
|
|
||||||
//shared dto props
|
//shared dto props
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public int Users { get; set; }//v7 scheduled users, v8 internal users
|
public int Users { get; set; }//v7 scheduled users, v8 internal users
|
||||||
|
|||||||
Reference in New Issue
Block a user