コード例 #1
0
ファイル: RepositoryBase.cs プロジェクト: zawader/ToDoList
 public IEnumerable <TEntity> GetAll()
 {
     return(Db.Set <TEntity>().ToList());
 }