Exemplo n.º 1
0
 public void Update(Event testEvent)
 {
     db.Entry(testEvent).State = EntityState.Modified;
 }
Exemplo n.º 2
0
 public void Update(Invitation testInvitation)
 {
     db.Entry(testInvitation).State = EntityState.Modified;
 }
Exemplo n.º 3
0
 public void Update(User testUser)
 {
     db.Entry(testUser).State = EntityState.Modified;
 }