Exemple #1
0
 public async Task <IEnumerable <TEntity> > GetAllAsync()
 {
     return(await _repository.GetAllAsync());
 }