Ejemplo n.º 1
0
        public static string GetEmployeeCode(string username)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.GetEmployeeCode(username));
        }