Exemplo n.º 1
0
        public static List <ControlListData> GetStaffBranchAndRecursiveList(string branchCode, string recursivelist)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.GetStaffBranchAndRecursiveList(branchCode, recursivelist));
        }
Exemplo n.º 2
0
        public static string GetBranchCode(int staffId)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.GetBrachCodeByStaffId(staffId));
        }
Exemplo n.º 3
0
        public static StaffDataManagement GetStaffDataByEmpcode(string empcode, string dept)
        {
            KKSlmMsStaffModel sModel = new KKSlmMsStaffModel();

            return(sModel.GetStaffDataByEmpcode(empcode, dept));
        }
Exemplo n.º 4
0
        public static bool CheckEmployeeInPosition(int positionId)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.CheckEmployeeInPosition(positionId));
        }
Exemplo n.º 5
0
        public static StaffDataManagement GetStaffData(int staffId)
        {
            KKSlmMsStaffModel sModel = new KKSlmMsStaffModel();

            return(sModel.GetStaffDataForInsert(staffId));
        }