This commit is contained in:
2018-12-11 23:34:31 +00:00
parent e0490fdbda
commit 44328e24ec
3 changed files with 11 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ namespace AyaNova.Models
public User()
{
Tags = new List<string>();
Tags = new List<string>();
}
}