init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Kreta.Core.Configuratiaton.Interface
|
||||
{
|
||||
public interface IKozpontiKretaConfiguration
|
||||
{
|
||||
string KtrUrl { get; }
|
||||
string KgrUrl { get; }
|
||||
string ApiKey { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user