This commit is contained in:
@@ -34,11 +34,11 @@ namespace Sockeye.Models
|
||||
|
||||
//v8 dto props
|
||||
[NotMapped]
|
||||
public int CustomerUsers { get; set; }//v8
|
||||
public int? CustomerUsers { get; set; }//v8 - subscription only
|
||||
[NotMapped]
|
||||
public int MaxDataGB { get; set; }//v8
|
||||
public int? MaxDataGB { get; set; }//v8 - subscription only
|
||||
[NotMapped]
|
||||
public bool TrialMode { get; set; }//v8
|
||||
public bool TrialMode { get; set; } = false;//v8
|
||||
//shared dto props
|
||||
[NotMapped]
|
||||
public int Users { get; set; }//v7 scheduled users, v8 internal users
|
||||
|
||||
Reference in New Issue
Block a user