using System.Collections.Generic; using System.Reflection; namespace Microsoft.AspNet.Mvc { public interface IControllerAssemblyProvider { IEnumerable CandidateAssemblies { get; } } }