Ejemplo n.º 1
0
 // DELETE api/Judges/5
 public void Delete(int id)
 {
     JudgeService.Delete(id);
 }