OpenAuth.Net/Infrastructure/Const/QueryOrderBy.cs

9 lines
109 B
C#
Raw Normal View History

namespace Infrastructure.Const
{
public enum QueryOrderBy
{
Desc=1,
Asc=2
}
}