mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-30 12:47:59 +08:00
9 lines
109 B
C#
9 lines
109 B
C#
![]() |
namespace Infrastructure.Const
|
|||
|
{
|
|||
|
public enum QueryOrderBy
|
|||
|
{
|
|||
|
Desc=1,
|
|||
|
Asc=2
|
|||
|
}
|
|||
|
}
|