init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Kreta.Client.Eugyintezes.Configuration
|
||||
{
|
||||
public interface IEugyintezesClientConfiguration
|
||||
{
|
||||
string BaseUrl { get; }
|
||||
|
||||
string ApiKey { get; }
|
||||
|
||||
bool IsUzenetekEnable { get; }
|
||||
|
||||
int UzenetekFrequencyRate { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user