kreta/Kreta.WebApi/User/Kreta.User.WebApi/Infrastructure/IApiKeyConfiguration.cs
2024-03-13 00:33:46 +01:00

7 lines
128 B
C#

namespace Kreta.User.WebApi.Infrastructure
{
interface IApiKeyConfiguration
{
string ApiKey { get; }
}
}