Example #1
0
 public T GetById(int id)
 {
     return(db.Find <T>(id));
 }