Example #1
0
 public T GetById(long id)
 {
     return(_dbContext.Set <T>().Find(id));
 }