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