コード例 #1
0
 public IActionResult Index(string number)
 {
     DAL.CategoryDAL cadal = new DAL.CategoryDAL();
     DAL.BlogDAL     dal   = new DAL.BlogDAL();
     ViewBag.calist   = cadal.GetList("");
     ViewBag.datelist = dal.GetCreatDateGroup();
     return(View());
 }