13 lines
269 B
C#
13 lines
269 B
C#
namespace Kreta.Client.Eugyintezes.Configuration
|
|
{
|
|
public interface IEugyintezesClientConfiguration
|
|
{
|
|
string BaseUrl { get; }
|
|
|
|
string ApiKey { get; }
|
|
|
|
bool IsUzenetekEnable { get; }
|
|
|
|
int UzenetekFrequencyRate { get; }
|
|
}
|
|
}
|