Example #1
0
 public virtual async Task <IEnumerable <T> > ListAllAsync()
 {
     return(await _cabBookingDbContext.Set <T>().ToListAsync());
 }