7 lines
124 B
C#
7 lines
124 B
C#
namespace GerstITS.Examples.WebClients.Examples.Api;
|
|
|
|
public enum SortingDirections
|
|
{
|
|
Ascending = 0,
|
|
Descending
|
|
} |