Пример #1
0
        protected override void OnSave()
        {
            if (this.IsNew)
            {
                this.PostingTime = DateTime.Now;
            }

            this.SetPaymentData();

            EFilingRepository.WriteFilingRequest(this);
        }