Mineplex2018-withcommit/TestApps/LOCTester/ICurrentConfig.cs

8 lines
114 B
C#

namespace LOCTester
{
public interface ICurrentConfig
{
string BaseServiceUri { get; }
}
}