BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBookDtoTest.OutputLedgerBookTestData2 C# (CSharp) 메소드

OutputLedgerBookTestData2() 개인적인 메소드

private OutputLedgerBookTestData2 ( ) : void
리턴 void
        public void OutputLedgerBookTestData2()
        {
            LedgerBookDto testData = LedgerBookDtoTestData.TestData2();
            string serialised = XamlServices.Save(testData);
            Console.WriteLine(serialised);
        }
    }