8 lines
169 B
C#
Executable File
8 lines
169 B
C#
Executable File
namespace ThoughtWorks.CruiseControl.WebDashboard.Configuration
|
|
{
|
|
public interface IRemoteServicesConfiguration
|
|
{
|
|
ServerLocation[] Servers { get; set; }
|
|
}
|
|
}
|