Ejemplo n.º 1
0
        public ActionResult Secrecy(int ReportID)
        {
            D_tb_InPersonnel dInPersonnel = new D_tb_InPersonnel();

            ViewBag.Personnellist = dInPersonnel.GetList(new E_tb_InPersonnel()
            {
                AreaID = CurrentUserInfo.AreaID
            });
            return(View("/views/TestReport/Secrecy.cshtml"));
        }