ReplyService
페이지 정보
![profile_image](https://dancepkt.cafe24.com/data/member_image/ad/admin.gif?1630310007)
본문
package web.service;
import web.dto.ReplyDTO;
public interface ReplyService {
Long register(ReplyDTO replyDTO);
}
- 이전글● 댓글 등록 처리 24.06.21
- 다음글ReplyServiceImpl 24.06.21
댓글목록
등록된 댓글이 없습니다.
package web.service;
import web.dto.ReplyDTO;
public interface ReplyService {
Long register(ReplyDTO replyDTO);
}
등록된 댓글이 없습니다.