コード例 #1
0
ファイル: DocumentUpdate.cs プロジェクト: ericramses/YPILIS
        public override YellowstonePathology.Business.Persistence.SubmissionResult Submit()
        {
            YellowstonePathology.Business.Persistence.SqlCommandSubmitter sqlCommandSubmitter = this.GetSqlCommands(this.m_Value);
            YellowstonePathology.Business.Persistence.SubmissionResult    result = sqlCommandSubmitter.SubmitChanges();

            ObjectCloner objectCloner = new ObjectCloner();

            this.m_Clone = objectCloner.Clone(this.m_Value);

            return(result);
        }