예제 #1
0
        public static long CountAll()
        {
            var dao = new AuthorDao();

            return(dao.CountAll());
        }