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