示例#1
0
        private void AutoManagerAppId()
        {
            ManagerRepository emp = new ManagerRepository();
            ManagerEntity     en  = new ManagerEntity();
            var s = emp.AutoLoadManagerId();

            en.ManagerIdGenerate = s;
            txtAddId.Text        = en.ManagerIdGenerate;
        }