using System.Collections.Generic; using Umbraco.Core.Composing; namespace Umbraco.Web.Routing { public class ContentFinderCollection : BuilderCollectionBase { public ContentFinderCollection(IEnumerable items) : base(items) { } } }