9 lines
208 B
C#
9 lines
208 B
C#
namespace Kreta.Core.Configuratiaton.Interface
|
|
{
|
|
public interface IKozpontiKretaConfiguration
|
|
{
|
|
string KtrUrl { get; }
|
|
string KgrUrl { get; }
|
|
string ApiKey { get; }
|
|
}
|
|
}
|