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