This commit is contained in:
2021-06-17 15:54:26 +00:00
parent cc91925118
commit 0415565d17
2 changed files with 14 additions and 3 deletions

View File

@@ -2521,7 +2521,7 @@ namespace AyaNova.Util
o.CompleteByDate = woDate.AddDays(5);
o.CustomerContactName = "contact name here";
// o.CustomerContactName = "contact name here";
o.CustomerId = Fake.Random.Long(1, TotalSeededCustomers);
using (AyContext ct = ServiceProviderProvider.DBContext)