using System; namespace Yavsc.Abstract.Workflow { public interface IDecidableQuery: ITrackedEntity, IQuery { } }