Beispiel #1
0
 public async Task <List <T> > GetAllAsync <T>() where T : BaseEntity
 {
     return(await dbContext.DbSet <T>().ToListAsync().ConfigureAwait(false));
 }