예제 #1
0
 public async Task <bool> AddAllAsync(List <T> entities)
 {
     _repositoryService.AddAll(entities);
     return(await Repositories.SaveChangesAsync() > 0);
 }