This commit is contained in:
@@ -572,7 +572,8 @@ namespace AyaNova.Util
|
||||
ho.Phone1 = Fake.Phone.PhoneNumber();
|
||||
ho.Phone2 = Fake.Phone.PhoneNumber();
|
||||
ho.Phone3 = Fake.Phone.PhoneNumber();
|
||||
ho.WebAddress = Fake.Internet.Url();
|
||||
ho.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
|
||||
ho.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
using (AyContext ct = ServiceProviderProvider.DBContext)
|
||||
@@ -613,7 +614,7 @@ namespace AyaNova.Util
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
o.WebAddress = Fake.Internet.Url();
|
||||
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
|
||||
@@ -660,7 +661,7 @@ namespace AyaNova.Util
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
o.WebAddress = Fake.Internet.Url();
|
||||
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
||||
@@ -986,7 +987,7 @@ namespace AyaNova.Util
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
o.WebAddress = Fake.Internet.Url();
|
||||
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
if (headOfficeId != null)
|
||||
@@ -1051,7 +1052,7 @@ namespace AyaNova.Util
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
o.WebAddress = Fake.Internet.Url();
|
||||
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
|
||||
@@ -1111,7 +1112,7 @@ namespace AyaNova.Util
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
o.WebAddress = Fake.Internet.Url();
|
||||
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||
|
||||
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
||||
|
||||
Reference in New Issue
Block a user