Changed db stuff
This commit is contained in:
@@ -7,4 +7,5 @@ public class Author : BaseEntity
|
||||
[Key]
|
||||
public string Url { get; set; }
|
||||
public string Name { get; set; }
|
||||
public List<Novel> Novels { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user