PopulateWithCategoriesAndProducts() public static method

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