Simplified and enhnaced voice work page.
This commit is contained in:
9
JSMR.UI.Blazor/Enums/VoiceWorkSort.cs
Normal file
9
JSMR.UI.Blazor/Enums/VoiceWorkSort.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace JSMR.UI.Blazor.Enums;
|
||||
|
||||
public enum VoiceWorkSort
|
||||
{
|
||||
ReleaseDateNewToOld,
|
||||
ReleaseDateOldToNew,
|
||||
BestSelling,
|
||||
MostFavorited
|
||||
}
|
||||
Reference in New Issue
Block a user