示例#1
0
 public ICollection <SecondEntity> GetAll()
 {
     return(orm.SelectAll <SecondEntity>());
 }
示例#2
0
 public ICollection <Person> GetAll()
 {
     return(orm.SelectAll <Person>());
 }