예제 #1
0
 public T Get(int id)
 {
     return(_context.Set <T>().Find(id));
 }