Exemplo n.º 1
0
 public IActionResult ThemsPost(string nameTopic)
 {
     return(View(_publicationService.AllThemsPost(_topicService.GetIDTopicDB(nameTopic))));
 }