예제 #1
0
 public Task <List <TEntity> > GetAllAsync()
 {
     return(DbEntitySet.ToListAsync());
 }