Ejemplo n.º 1
0
        public static bool CheckEmpCodeExist(string empCode, int?staffid)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.CheckEmpCodeExist(empCode, staffid));
        }