Added manga data and pipeline.
This commit is contained in:
7
MangaReader.Core/Data/Source.cs
Normal file
7
MangaReader.Core/Data/Source.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MangaReader.Core.Data;
|
||||
|
||||
public class Source
|
||||
{
|
||||
public int SourceId { get; set; }
|
||||
public required string Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user