public ActionResult UserReport() { submitData oCon = new submitData(); clsUserWork frm = new clsUserWork(); DDLController oDDL = new DDLController(); frm.lstUser = oDDL.getUser(); return(View(frm)); }
public ActionResult Rights() { submitData oCon = new submitData(); clsRights frm = new clsRights(); DDLController oDDL = new DDLController(); frm.lstGrpMenu = oDDL.getMasterMenu(); frm.lstUser = oDDL.getUser(); frm.lstGrpUser = oDDL.getGroupUser(); return(View(frm)); }