示例#1
0
        private void LogInvoiceEdit(Invoice entity)
        {
            var creator = new LogCreator(this, ActivityLogTypeEnum.ModifyInvoice);

            creator.AddInvoice(entity.Id);
            creator.SaveToLog(false);
        }