C# Class BudgetAnalyser.Engine.Ledger.Data.Mapper_LedgerTransactionDto_LedgerTransaction

Exibir arquivo Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
Mapper_LedgerTransactionDto_LedgerTransaction ( [ transactionFactory, [ accountTypeRepo ) : System

Private Methods

Method Description
ModelFactory ( LedgerTransactionDto dto, LedgerTransaction &model ) : void
ToDtoPostprocessing ( LedgerTransactionDto &dto, LedgerTransaction model ) : void
ToModelPostprocessing ( LedgerTransactionDto dto, LedgerTransaction &model ) : void

Method Details

Mapper_LedgerTransactionDto_LedgerTransaction() public method

public Mapper_LedgerTransactionDto_LedgerTransaction ( [ transactionFactory, [ accountTypeRepo ) : System
transactionFactory [
accountTypeRepo [
return System