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