public User()

in Hands-on lab/lab-files/Tools/CustomerProfileJsonDataGenerator/DataObjects.cs [18:24]


        public User(Randomizer randomizer, AccountData ad, string locale = "en")
        {
            GetDataSources(locale);
            accountData = ad;
            Random = randomizer;
            Populate();
        }