Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace GerstITS.Examples.WebClients.Examples.Api
|
||||
{
|
||||
public enum SortingDirections
|
||||
{
|
||||
Ascending = 0,
|
||||
Descending
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user