@Override public ArrayList<DepartDto> DepartListAll() throws Exception { return MainDao.DepartListAll(); }
@Override public ArrayList<BoardMainDto> BoardListAll() throws Exception { return MainDao.BoardListAll(); }
@Override public ArrayList<CodeManageDto> CodeManageBCodeGroupSelectAll() throws Exception { return MainDao.CodeManageBCodeGroupSelectAll(); }
@Override public ArrayList<UserDto> UserListAll(String strCode, int intKind) throws Exception { return MainDao.UserListAll(strCode, intKind); }
@Override public ArrayList<UserDto> MainMessageList(String Code) throws Exception { return MainDao.MainMessageList(Code); }
@Override public void LogCheck(LogHistoryDto LogHistoryDto) throws Exception { MainDao.LogCheck(LogHistoryDto); }
@Override public ArrayList<CodeManageDto> CodeManageSelectBS(CodeManageDto CodeManageIn) throws Exception { return MainDao.CodeManageSelectBS(CodeManageIn); }
@Override public ArrayList<CodeManageDto> CodeManageSelectBCode(String BCode) throws Exception { return MainDao.CodeManageSelectBCode(BCode); }
@Override public ArrayList<MenuDto> MenuSelectAll() throws Exception { return MainDao.MenuSelectAll(); }
@Override public UserImageDto UserImageSelect(String strCode) throws Exception { return MainDao.UserImageSelect(strCode); }
@Override public UserMainDto LogIn(UserMainDto userMainDto) throws Exception { return MainDao.LogIn(userMainDto); }