Пример #1
0
 public async Task BulkInsert <TEntity>(List <TEntity> entity) where TEntity : class
 {
     await DbContext.BulkInsertAsync(entity);
 }