Beispiel #1
0
 public SecondEntity GetById(object id)
 {
     return(orm.SelectById <SecondEntity>(id));
 }
Beispiel #2
0
 public Person GetById(object id)
 {
     return(orm.SelectById <Person>(id));
 }