Esempio n. 1
0
 public Task <IEnumerable <TEntity> > GetAllAsync()
 {
     return(repository.GetAllAsync());
 }