8 lines
129 B
C#
8 lines
129 B
C#
namespace LANCommander.Server.Data.Enums
|
|
{
|
|
public enum SortDirection
|
|
{
|
|
Ascending,
|
|
Descending,
|
|
}
|
|
}
|