コード例 #1
0
 //[AuthorizeUser(RoleModule.SubCategory, Function.View)]
 public ActionResult Index(SubcategoryViewModel dViewModel)
 {
     dViewModel.CategoryList = _subcatManager.GetCategories();
     return(View("Index", dViewModel));
 }