mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace Infrastructure.Const
|
|
{
|
|
public enum QueryOrderBy
|
|
{
|
|
Desc=1,
|
|
Asc=2
|
|
}
|
|
}
|