public CustomerProfileGenerator()

in Hands-on lab/lab-files/Tools/CustomerProfileJsonDataGenerator/CustomerProfileGenerator.cs [25:29]


        public CustomerProfileGenerator(
            IBlobStorageService blobStorage)
        {
            _blobStorage = blobStorage;
        }