Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FictionArchive.Service.NovelService.Models.Enums;
|
||||
|
||||
public enum NovelStatus
|
||||
{
|
||||
Unknown,
|
||||
InProgress,
|
||||
Completed,
|
||||
Hiatus,
|
||||
Abandoned
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace FictionArchive.Service.NovelService.Models.Enums;
|
||||
|
||||
public enum TagType
|
||||
{
|
||||
System,
|
||||
External,
|
||||
UserDefined,
|
||||
Genre,
|
||||
}
|
||||
Reference in New Issue
Block a user