More updates.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace MangaReader.Core.Data;
|
||||
using MangaReader.Core.Common;
|
||||
|
||||
namespace MangaReader.Core.Data;
|
||||
|
||||
public class MangaContributor
|
||||
{
|
||||
@@ -8,5 +10,5 @@ public class MangaContributor
|
||||
public int ContributorId { get; set; }
|
||||
public required Contributor Contributor { get; set; }
|
||||
|
||||
public MangaContributorRole Role { get; set; }
|
||||
public ContributorRole Role { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user