PopulateWithCategoriesAndProducts() public static method

public static PopulateWithCategoriesAndProducts ( bool clearDatabase = true ) : void
clearDatabase bool
return void
Esempio n. 1
0
 protected override void PopulateTestData()
 {
     TestData.PopulateWithCategoriesAndProducts();
 }
Esempio n. 2
0
 protected override void PopulateTestData()
 {
     TestData.CreateDatabase();
     TestData.PopulateWithJsonSamples(false);
     TestData.PopulateWithCategoriesAndProducts(false);
 }