예제 #1
0
        public bool EditBlog(string titl, string write, string req)
        {
            BlogDL B = new BlogDL();
            bool   s = B.EditBlog(titl, write, req);

            return(s);
        }
예제 #2
0
        public void EditBlog(string titl, string write, string req)
        {
            BlogDL B = new BlogDL();

            B.EditBlog(titl, write, req);
        }