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

OutputLedgerBookTestData1() 개인적인 메소드

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