Ejemplo n.º 1
0
 public List <Comment> GetByTopic([FromBody] int topicId)
 {
     return(_iCommentModel.get(topicId));
 }