コード例 #1
0
 public virtual IEnumerable <TEntity> GetAll()
 {
     return(dbContext.Set <TEntity>().AsEnumerable());
 }