PopulateWithCategoriesAndProducts() public static méthode

public static PopulateWithCategoriesAndProducts ( bool clearDatabase = true ) : void
clearDatabase bool
Résultat void
 protected override void PopulateTestData()
 {
     TestData.PopulateWithCategoriesAndProducts();
 }
Exemple #2
0
 protected override void PopulateTestData()
 {
     TestData.CreateDatabase();
     TestData.PopulateWithJsonSamples(false);
     TestData.PopulateWithCategoriesAndProducts(false);
 }