Mineplex2018-withcommit/TestApps/LOCTester/ICurrentConfig.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

8 lines
114 B
C#

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