コード例 #1
0
 public IActionResult GetNews()
 {
     return(Ok(_noticiaService.GetNews()));
 }