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