7 lines
128 B
C#
7 lines
128 B
C#
namespace Kreta.User.WebApi.Infrastructure
|
|
{
|
|
interface IApiKeyConfiguration
|
|
{
|
|
string ApiKey { get; }
|
|
}
|
|
}
|