Exemplo n.º 1
0
 public async Task <string> AddBulk(IList <TEntity> entity)
 {
     return(await _baseCategoryRepository.AddBulk(entity));
 }