Esempio n. 1
0
 // DELETE: api/Games/5
 public void Delete(int id)
 {
     db.CancelGame(id);
 }