1 2 3 4 5
namespace Notepad.Presentation.Core { public interface IApplicationController { void Run<Presenter>() where Presenter : IPresenter; } }