コード例 #1
0
 public void Update(T obj)
 {
     db.Entry(obj).State = EntityState.Modified;
 }