Mineplex2018-withcommit/TestApps/LOCTester/ICurrentConfig.cs

8 lines
114 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOCTester
{
public interface ICurrentConfig
{
string BaseServiceUri { get; }
}
}