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

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

public DtoToLedgerTransactionMapperTest ( ) : System
Результат System
        public DtoToLedgerTransactionMapperTest()
        {
            TestData = new LedgerTransactionDto
            {
                Id = TransactionId,
                Amount = -123.99M,
                Narrative = "Foo bar.",
                TransactionType = typeof(CreditLedgerTransaction).FullName
            };
        }