using System.Collections.Generic; namespace DTS.Common.Import { public interface IParseImport { ImportObject Parse(IEnumerable importFiles); } }