A Form here is just a reference to a workflow action

This commit is contained in:
Paul Schneider 2017-01-23 09:48:51 +01:00
commit 6fdc4508e4

View file

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