Пример #1
0
 public void BulkInsertMatches(List <Match> matches)
 {
     _context.BulkInsert(matches);
 }