コード例 #1
0
 public ICollection <SecondEntity> GetAll()
 {
     return(orm.SelectAll <SecondEntity>());
 }
コード例 #2
0
ファイル: OrmPersonAccessor.cs プロジェクト: ciker/simple_orm
 public ICollection <Person> GetAll()
 {
     return(orm.SelectAll <Person>());
 }