A Form here is just a reference to a workflow action

main
Paul Schneider 9 years ago
parent 9c50577360
commit 49acc97574
1 changed files with 0 additions and 2 deletions

@ -9,8 +9,6 @@ namespace Yavsc.Models.Forms
{ {
[Key] [Key]
public string Id {get; set;} public string Id {get; set;}
public string Summary { get; set; } public string Summary { get; set; }
public List<IFormNode> Content { get; set; }
} }
} }
Loading…