Example #1
0
 public void Update(Game game)
 {
     db.Entry(game).State = EntityState.Modified;
 }
Example #2
0
 public void Update(Country country)
 {
     db.Entry(country).State = EntityState.Modified;
 }