예제 #1
0
 public ActionResult ProductGroupList(ProductGroupListAction CommandAction, bool isPopup = false)
 {
     this.ViewBag.isPopup = isPopup;
     this.ViewBag.Result  = CommandAction.Execute();
     return(View());
 }
예제 #2
0
 public ActionResult ProductGroupList(ProductGroupListAction CommandAction)
 {
     this.ViewBag.Result = CommandAction.Execute();
     return(View());
 }