Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <Comment> > > GetTopicComments(int id)
 {
     return(await _context.GetTopicComments(id));
 }