예제 #1
0
 public void Update(Account account)
 {
     _context.Entry(account).State = EntityState.Modified;
     _context.Update(account);
 }