This commit is contained in:
2020-12-14 19:39:55 +00:00
parent de0d5d35d0
commit 86ba1fab4d
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ namespace AyaNova.Models
[Required]
public string Name { get; set; }//"subject"
// public bool Active { get; set; }
public string Notes { get; set; }//"message"
public string Wiki { get; set; }
public string CustomFields { get; set; }

View File

@@ -713,8 +713,8 @@ namespace AyaNova.Util
for (int x = 0; x < 10; x++)
{
Memo memo = new Memo();
memo.Name = Fake.Lorem.Sentence();
memo.Notes = Fake.Rant.Review();
memo.Name = Fake.Rant.Review();
memo.Notes = Fake.Lorem.Paragraph();
memo.ToId = 1;
memo.FromId = Fake.Random.Long(2, 15);
memo.Tags = RandomTags();