10 lines
151 B
C#
10 lines
151 B
C#
namespace JSMR.UI.Blazor.Enums;
|
|
|
|
public enum VoiceWorkSort
|
|
{
|
|
ReleaseDateNewToOld,
|
|
ReleaseDateOldToNew,
|
|
BestSelling,
|
|
MostFavorited
|
|
}
|