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);
        }