ReplyService
페이지 정보
본문
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);
}
등록된 댓글이 없습니다.