コード例 #1
0
 public T Get(int id)
 {
     return(db.Set <T>().Find(id));
 }