BloomTests.Book.BookStarterTests.GetNewVaccinationsBookPath C# (CSharp) Метод

GetNewVaccinationsBookPath() приватный Метод

private GetNewVaccinationsBookPath ( ) : string
Результат string
        private string GetNewVaccinationsBookPath()
        {
            var source = Path.Combine(BloomFileLocator.SampleShellsDirectory, "Vaccinations");

            var path = GetPathToHtml(_starter.CreateBookOnDiskFromTemplate(source, _projectFolder.Path));
            return path;
        }
BookStarterTests