BoardService ( interface )
페이지 정보
작성자 관리자 작성일 24-06-06 12:35 조회 43 댓글 0본문
package web.service;
import java.util.List;
import web.dto.BoardDto;
public interface BoardService {
List<BoardDto> selectBoardList() throws Exception;
}
댓글목록 0
등록된 댓글이 없습니다.