using InABox.Core; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PRSDesktop { public interface IRequiresSecurity where TSecurityToken : ISecurityDescriptor, new() { } public interface IRequiresCanView : IRequiresSecurity>> where TEntity : Entity { } }