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