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