Remove UUID and change the way versions work
This commit is contained in:
@@ -4,7 +4,6 @@ public interface ISzTemplate
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Id { get; set; }
|
||||
public Guid Uuid { get; set; }
|
||||
public string Description { get; set; }
|
||||
public Dictionary<string, SzTemplateField> TemplateFields { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user