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
|
||||
}
|
||||
Reference in New Issue
Block a user