using InABox.Core; namespace InABox.Poster.Custom; [Caption("Custom")] public interface ICustomPoster : IPoster where TEntity : Entity, IPostable, IRemotable, IPersistent, new() { }