예제 #1
0
        public ActionResult Report_Table()
        {
            Comic_Comment_Report ccr = new Comic_Comment_Report();

            return(PartialView(ccr));
        }
예제 #2
0
        public ActionResult Reposort_List()
        {
            Comic_Comment_Report ccr = new Comic_Comment_Report();

            return(View(ccr));
        }