7 lines
95 B
C#
7 lines
95 B
C#
namespace ApplicationHub.Domain.Contracts;
|
|
|
|
public enum OrderDirection
|
|
{
|
|
Asc,
|
|
Desc
|
|
} |