BudgetAnalyser.Engine.Ledger.Data.Mapper_LedgerTransactionDto_LedgerTransaction.ModelFactory C# (CSharp) Метод

ModelFactory() приватный Метод

private ModelFactory ( LedgerTransactionDto dto, LedgerTransaction &model ) : void
dto LedgerTransactionDto
model LedgerTransaction
Результат void
        partial void ModelFactory(LedgerTransactionDto dto, ref LedgerTransaction model)
        {
            model = this.transactionFactory.Build(dto.TransactionType, dto.Id);
        }