BudgetAnalyser.Engine.Ledger.Data.Mapper_LedgerTransactionDto_LedgerTransaction.ModelFactory C# (CSharp) Method

ModelFactory() private method

private ModelFactory ( LedgerTransactionDto dto, LedgerTransaction &model ) : void
dto LedgerTransactionDto
model LedgerTransaction
return void
        partial void ModelFactory(LedgerTransactionDto dto, ref LedgerTransaction model)
        {
            model = this.transactionFactory.Build(dto.TransactionType, dto.Id);
        }