Esempio n. 1
0
        public EditEmployee(int employeeId, SignSocketClient sc, ModifyEmployeeType type)
            : this()
        {
            this.m_id = employeeId;
            this.m_employee = null;
            this._sc = sc;

            this.m_isRepicture = false;
            this.m_type = type;         //  用户修改自己的信息和管理员修改时看到的不一样
        }
Esempio n. 2
0
        public EditEmployee(int employeeId, SignSocketClient sc, ModifyEmployeeType type)
            : this()
        {
            this.m_id       = employeeId;
            this.m_employee = null;
            this._sc        = sc;

            this.m_isRepicture = false;
            this.m_type        = type;  //  用户修改自己的信息和管理员修改时看到的不一样
        }