Esempio n. 1
0
 public virtual T GetById(int id)
 {
     return(_dbContext.Set <T>().Find(id));
 }