Exemplo n.º 1
0
 public async Task <ActionResult> Get(int id)
 {
     return(Ok(_mapper.Map <CommentForReturnDto>(await _repo.GetCircleEventCommentReply(id))));
 }