Beispiel #1
0
 public TEntity GetById(long id)
 {
     return(Context.Set <TEntity>().SingleOrDefault(e => e.Id == id));
 }