コード例 #1
0
ファイル: Instructions.cs プロジェクト: deomca/AdsWeb
        public void Load(int InstructionsId)
        {
            IInstructionsPersist persist = new InstructionsPersist();

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