Example #1
0
 public void Update(T obj)
 {
     table.Attach(obj);
     ctx.Entry(obj).State = EntityState.Modified;
 }