Changed db stuff

This commit is contained in:
2022-07-14 19:31:53 -04:00
parent 450a05fab1
commit 5402923e9f
9 changed files with 40 additions and 16 deletions

View File

@@ -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; }
}