fasdfsa's picture
init
fab29d7
namespace VersOne.Epub.Test.Unit.TestData
{
internal static class TestEpubReadingOrder
{
public static List<EpubLocalTextContentFile> CreateFullTestEpubReadingOrder()
{
return new()
{
TestEpubContent.Chapter1File,
TestEpubContent.Chapter2File
};
}
}
}