This commit is contained in:
@@ -47,16 +47,6 @@ namespace AyaNova.Models
|
||||
}
|
||||
|
||||
|
||||
[NotMapped]
|
||||
public bool Self
|
||||
{
|
||||
get
|
||||
{
|
||||
return (UserId == AssignedByUserId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public Review()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user