10 lines
236 B
C#
Executable File
10 lines
236 B
C#
Executable File
using ThoughtWorks.CruiseControl.WebDashboard.MVC;
|
|
|
|
namespace ThoughtWorks.CruiseControl.WebDashboard.Plugins.DeleteProject
|
|
{
|
|
public interface IDeleteProjectViewBuilder
|
|
{
|
|
IResponse BuildView(DeleteProjectModel model);
|
|
}
|
|
}
|