This commit is contained in:
2020-12-18 00:03:32 +00:00
parent 206f9ec423
commit 875fbe2804
7 changed files with 74 additions and 38 deletions

View File

@@ -47,16 +47,6 @@ namespace AyaNova.Models
}
[NotMapped]
public bool Self
{
get
{
return (UserId == AssignedByUserId);
}
}
public Review()
{
Tags = new List<string>();