Exemplo n.º 1
0
        public ActionResult UserReport()
        {
            submitData  oCon = new submitData();
            clsUserWork frm  = new clsUserWork();

            DDLController oDDL = new DDLController();

            frm.lstUser = oDDL.getUser();

            return(View(frm));
        }
Exemplo n.º 2
0
        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));
        }