Пример #1
0
        public void Load(int InstructionsId)
        {
            IInstructionsPersist persist = new InstructionsPersist();

            this.Id = InstructionsId;
            persist.Load(this);
        }