BoardService
페이지 정보

본문
package web.service;
import java.util.List;
import web.dto.BoardDto;
public interface BoardService {
List<BoardDto> selectBoardList() throws Exception;
void insertBoard(BoardDto board) throws Exception;
}
- 이전글sql-board.xml 24.06.06
- 다음글BoardServiceImpl 24.06.06
댓글목록
등록된 댓글이 없습니다.
