Ejemplo n.º 1
0
 public ReturnListDTO <CommentDTO> Get(int id)
 {
     return(_recordService.FindCommentsById(id));
 }