コード例 #1
0
 private static void SeedCustomers(SalesContext db, int count)
 {
     CustomerGenerator.InitialCustomersSeed(db, count);
 }