|
@@ -22,7 +22,8 @@ public interface IDynamicEnclosedListGrid<TOne, TMany> : IDynamicEditorPage
|
|
|
}
|
|
|
|
|
|
public class DynamicEnclosedListGrid<TOne, TMany> : DynamicGrid<TMany>, IDynamicEditorPage, IDynamicEnclosedListGrid<TOne, TMany>
|
|
|
- where TMany : BaseObject, new() where TOne : Entity, IRemotable, IPersistent, new()
|
|
|
+ where TMany : BaseObject, new()
|
|
|
+ where TOne : BaseObject, new()
|
|
|
{
|
|
|
private readonly List<TMany> MasterList = new();
|
|
|
|