This commit is contained in:
2023-01-08 01:36:29 +00:00
parent f198d554f6
commit 60aa18b542
2 changed files with 20 additions and 28 deletions

View File

@@ -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