mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
8
Infrastructure/Const/QueryOrderBy.cs
Normal file
8
Infrastructure/Const/QueryOrderBy.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Infrastructure.Const
|
||||
{
|
||||
public enum QueryOrderBy
|
||||
{
|
||||
Desc=1,
|
||||
Asc=2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user