Exemplo n.º 1
0
 public void UpdatePageComment(PageComment PageComment)
 {
     db.Entry(PageComment).State = EntityState.Modified;
 }
Exemplo n.º 2
0
 public void UpdatePageGroup(Page page)
 {
     db.Entry(page).State = EntityState.Modified;
 }
Exemplo n.º 3
0
 public void UpdateAccount(Account account)
 {
     db.Entry(account).State = EntityState.Modified;
 }