Example #1
0
        public List <XRule> GetForProject([FromRoute] Guid projectid)
        {
            Contract.Requires(projectid != null);
            Contract.Requires(projectid != Guid.Empty);

            return(ruleEngine.GetForProject(projectid));
        }