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