mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
13
samples/react/MusicStore/Infrastructure/SortDirection.cs
Normal file
13
samples/react/MusicStore/Infrastructure/SortDirection.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MusicStore.Infrastructure
|
||||
{
|
||||
public enum SortDirection
|
||||
{
|
||||
Ascending,
|
||||
Descending
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user