8 lines
193 B
C#
8 lines
193 B
C#
|
namespace Contoso.API;
|
||
|
|
||
|
public static class AppConstants
|
||
|
{
|
||
|
public const string SecurityAPIClient = "SecurityAPIClient";
|
||
|
public const string CanGetWeatherPolicyName = "CanGetWeather";
|
||
|
}
|