A Form here is just a reference to a workflow action

This commit is contained in:
2017-01-23 09:48:51 +01:00
parent 9c50577360
commit 49acc97574

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; }
}
}