This commit is contained in:
Nadegamra
2021-09-09 20:32:56 +03:00
parent a3b4bb2e30
commit b447434a47
8 changed files with 675 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ namespace KTUSAPS.Data.Model
public int Id { get; set; }
[MaxLength(64)]
public string UserID { get; set; }
[MaxLength(320)]
public string Email { get; set; }
public bool Anonimous { get; set; }
public bool Publishable { get; set; }
public bool Solved { get; set; } = false;
public DateTime Created { get; set; }