Added abstraction layeer IHtmlLoader. Finished reorganizing test project folder structure.
This commit is contained in:
9
MangaReader.Core/Metadata/SourceMangaDescription.cs
Normal file
9
MangaReader.Core/Metadata/SourceMangaDescription.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using MangaReader.Core.Common;
|
||||
|
||||
namespace MangaReader.Core.Metadata;
|
||||
|
||||
public class SourceMangaDescription
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public Language Language { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user