Skip to content

Commit

Permalink
FIX: DataStructureTemplateSet was missing constructor. (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriPrajz committed Sep 8, 2023
1 parent a9ddf61 commit 43d26ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public class DataStructureTemplateSet : AbstractSchemaItem

public DataStructureTemplateSet(Key primaryKey)
: base(primaryKey) {}

public DataStructureTemplateSet(Guid schemaExtensionId) : base(schemaExtensionId) {}

#region Properties
[Browsable(false)]
Expand Down

0 comments on commit 43d26ec

Please sign in to comment.