Ejemplo n.º 1
0
 public IActionResult DeleteNewsById(int id)
 {
     _newsService.DeleteNewsById(id);
     return(NoContent());
 }