コード例 #1
0
 public ActionResult Create()
 {
     ViewBag.CategoryList = _catUtil.GetCategoryDropdown();
     ViewBag.UserHanGroup = GetUserHanGroup();
     return(View());
 }