using System; using WorkFlowProvider; using Yavsc.Model.WorkFlow; namespace ITContent { public interface IITContent: IContentProvider { } }