Пример #1
0
 public IActionResult OtenerNoticias()
 {
     return(Ok(_noticiaService.ObtenerNoticias()));
 }