BudgetAnalyser.Engine.UnitTest.Ledger.LedgerTransactionToDtoMapperTest.LedgerTransactionToDtoMapperTest C# (CSharp) Method

LedgerTransactionToDtoMapperTest() public method

public LedgerTransactionToDtoMapperTest ( ) : System
return System
        public LedgerTransactionToDtoMapperTest()
        {
            TestData = new CreditLedgerTransaction(new Guid("7F921750-4467-4EA4-81E6-3EFD466341C6"))
            {
                Amount = 123.99M,
                Narrative = "Foo bar."
            };
        }