11 lines
211 B
C#
11 lines
211 B
C#
namespace Kreta.Client.Leltar.Configuration
|
|
{
|
|
public interface ILeltarClientConfiguration
|
|
{
|
|
string BaseUrl { get; }
|
|
|
|
string Username { get; }
|
|
|
|
string Password { get; }
|
|
}
|
|
}
|