Example #1
0
        public static string GetBranchCode(int staffId)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.GetBrachCodeByStaffId(staffId));
        }