Files
2024-03-13 00:33:46 +01:00

8 lines
135 B
C#

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