예제 #1
0
        public ActionResult ExistEnCode(string EnCode, string keyValue)
        {
            bool IsOk = departmentBLL.ExistEnCode(EnCode, keyValue);

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