Moved relevant application layer enums and value objects to the domain layer.
This commit is contained in:
9
JSMR.Domain/Enums/VoiceWorkStatus.cs
Normal file
9
JSMR.Domain/Enums/VoiceWorkStatus.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace JSMR.Domain.Enums;
|
||||
|
||||
public enum VoiceWorkStatus
|
||||
{
|
||||
Available = 0,
|
||||
Upcoming = 1,
|
||||
NewRelease = 2,
|
||||
NewAndUpcoming = 3
|
||||
}
|
||||
Reference in New Issue
Block a user