Example #1
0
 public async Task <IEnumerable <T> > GetAll()
 {
     return(await dbContext.GetDbSet <T>().ToListAsync());
 }