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