Esempio n. 1
0
 public async Task BulkInsert(IList <TEntity> entities)
 {
     await Context.BulkInsertAsync(entities);
 }