This commit is contained in:
2022-12-22 21:34:59 +00:00
parent a11d210a34
commit 24a8a5e20c
7 changed files with 1371 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ namespace Sockeye.Models
[Required]
public string Name { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
public DateTime Created { get; set; }
[Required]
public string DataCenter { get; set; }