Esempio n. 1
0
 public TEntity Get(int id)
 {
     return(context.Find <TEntity>(id));
 }