Пример #1
0
 public IActionResult GetNewsByAuthorId(int id)
 {
     return(Ok(_authorService.GetNewsByAuthorId(id)));
 }