Ejemplo n.º 1
0
        public BOGender(Accountant acc, Gender _obj, BOContext state)
            : base(acc, state)
        {
            mObjectID = BOType.BOGender;

            mDataSource = _obj;
            mDataProxy  = _obj.Clone() as Gender;
        }