Пример #1
0
 private static void InsertDistributors(FeaturesContext db, DBBuffer buffer, Paths Paths, string log)
 {
     db.BulkInsert(Distributor.Import(Paths, log));
     buffer.p_Distributors = db.Distributor.ToList();
 }