Esempio n. 1
0
        public ActionResult ExistEnCode(string EnCode, string keyValue)
        {
            //bool IsOk = departmentBLL.ExistEnCode(EnCode, keyValue);
            bool IsOk = sysBLL.ExistPMR008OffiecesEnCode(EnCode, keyValue);

            return(Content(IsOk.ToString()));
        }