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

            return(staff.GetBrachCode(username));
        }