예제 #1
0
        public bool InsertNotice(NoticeVo vo)
        {
            NoticeDAC dac = new NoticeDAC();

            return(dac.InsertNotice(vo));
        }
예제 #2
0
        public List <NoticeVo> GetAllNotice()
        {
            NoticeDAC dac = new NoticeDAC();

            return(dac.GetAllNotice());
        }