Exemplo n.º 1
0
 public BaseResponse <LikeOutputDto> ChangeLikeStatus([FromBody] LikeInputDto likeInputDto)
 {
     return(_likeService.ChangeLikeStatus(likeInputDto));
 }