Files
juipnet/Infrastructure/Hncore.Infrastructure/WebApi/GlobalData.cs

7 lines
152 B
C#
Raw Normal View History

2020-12-28 14:55:48 +08:00
namespace Hncore.Infrastructure.WebApi
{
internal class GlobalData
{
public static bool UseGlobalManageAuthFilter { get; set; }
}
2020-10-07 20:25:03 +08:00
}