Ejemplo n.º 1
0
 public ActionResult DeleteEvenementById(int id)
 {
     _evenementRepository.DeleteEvenement(id);
     return(NoContent());
 }