예제 #1
0
 public void Update(T objRecord)
 {
     entities.Attach(objRecord);
     context.Entry(objRecord).State = EntityState.Modified;
 }