A Form here is just a reference to a workflow action
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user