Пример #1
0
 public T Get(int id)
 {
     return(dbContext.Set <T>().Find(id));
 }