8 lines
114 B
C#
8 lines
114 B
C#
namespace LOCTester
|
|
{
|
|
public interface ICurrentConfig
|
|
{
|
|
string BaseServiceUri { get; }
|
|
}
|
|
}
|