Exemplo n.º 1
0
 public ActionResult <IEnumerable <string> > Get()
 {
     return(Ok(_articlecommentService.GetAllArticleComments()));
 }