BudgetAnalyser.Engine.UnitTest.Ledger.LedgerTransactionToDtoMapperTest.LedgerTransactionToDtoMapperTest C# (CSharp) Метод

LedgerTransactionToDtoMapperTest() публичный Метод

public LedgerTransactionToDtoMapperTest ( ) : System
Результат System
        public LedgerTransactionToDtoMapperTest()
        {
            TestData = new CreditLedgerTransaction(new Guid("7F921750-4467-4EA4-81E6-3EFD466341C6"))
            {
                Amount = 123.99M,
                Narrative = "Foo bar."
            };
        }