init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Kreta.Core.Configuratiaton.Interface
|
||||
{
|
||||
public interface ILepConfiguration
|
||||
{
|
||||
string Url { get; }
|
||||
string UserName { get; }
|
||||
string Password { get; }
|
||||
string ClientId { get; }
|
||||
string ClientSecret { get; }
|
||||
string ApiKey { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user