This commit is contained in:
2018-08-31 17:32:46 +00:00
parent 9b3cc74f2a
commit 9067f9695f
3 changed files with 9 additions and 6 deletions

View File

@@ -216,6 +216,7 @@ namespace AyaNova.Util
for (int x = 0; x < count; x++)
{
User u = new User();
u.OwnerId=1;
var p = new Bogus.Person();
u.Name = p.FullName;
u.Salt = Hasher.GenerateSalt();