using InABox.Core; namespace InABox.Mobile { public abstract class ListShell<TParent, TEntity> : Shell<TParent, TEntity> where TParent : IListModel where TEntity : Entity, IRemotable, IPersistent, new() { } }