9 lines
231 B
C#
Executable File
9 lines
231 B
C#
Executable File
namespace ThoughtWorks.CruiseControl.WebDashboard.Configuration
|
|
{
|
|
public interface IDashboardConfiguration
|
|
{
|
|
IRemoteServicesConfiguration RemoteServices { get; }
|
|
IPluginConfiguration PluginConfiguration { get; }
|
|
}
|
|
}
|