コード例 #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));
        }