using System.Collections.Generic; using Yavsc.Abstract.Workflow; namespace Yavsc.Models { public interface IRequisition { bool Eval(); } }