Exemplo n.º 1
0
 public async Task <int> AddBulkAsync(List <T> entities)
 {
     return(await BaseDal.AddBulkAsync(entities));
 }