예제 #1
0
 /// <summary/>
 public async Task <List <TEntity> > GetEntities()
 {
     return(await _dbContext.GetEntities <TEntity>().ToListAsync());
 }