This commit is contained in:
@@ -1373,6 +1373,12 @@ namespace AyaNova.Util
|
||||
o.Region = Fake.Address.State();
|
||||
o.Country = Fake.Address.Country();
|
||||
|
||||
o.PostAddress = Fake.Address.StreetAddress();
|
||||
o.PostCity = o.City;
|
||||
o.PostRegion = o.Region;
|
||||
o.PostCountry = o.Country;
|
||||
o.PostCode = Fake.Address.ZipCode();
|
||||
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
@@ -1438,6 +1444,12 @@ namespace AyaNova.Util
|
||||
o.Region = Fake.Address.State();
|
||||
o.Country = Fake.Address.Country();
|
||||
|
||||
o.PostAddress = Fake.Address.StreetAddress();
|
||||
o.PostCity = o.City;
|
||||
o.PostRegion = o.Region;
|
||||
o.PostCountry = o.Country;
|
||||
o.PostCode = Fake.Address.ZipCode();
|
||||
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||
|
||||
Reference in New Issue
Block a user