PopulateWithJsonSamples() 공개 정적인 메소드

public static PopulateWithJsonSamples ( bool clearDatabase = true ) : void
clearDatabase bool
리턴 void
예제 #1
0
 protected override void PopulateTestData()
 {
     TestData.PopulateWithJsonSamples();
 }
예제 #2
0
 protected override void PopulateTestData()
 {
     TestData.CreateDatabase();
     TestData.PopulateWithJsonSamples(false);
     TestData.PopulateWithCategoriesAndProducts(false);
 }