Exemplo n.º 1
0
 // DELETE: api/Question/5
 public void Delete(int id)
 {
     dataComponent.DeleteQuestion(id);
 }