init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Kreta.Client.Leltar.Configuration
|
||||
{
|
||||
public interface ILeltarClientConfiguration
|
||||
{
|
||||
string BaseUrl { get; }
|
||||
|
||||
string Username { get; }
|
||||
|
||||
string Password { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user