コード例 #1
0
        public List <BookModel> consult()
        {
            BookDao dao = new BookDao();

            return(dao.Consult());
        }