From 6fdc4508e46f882414b754eb84cb2f38f9b2a0ab Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 23 Jan 2017 09:48:51 +0100 Subject: [PATCH] A Form here is just a reference to a workflow action --- Yavsc/Models/Forms/Form.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Yavsc/Models/Forms/Form.cs b/Yavsc/Models/Forms/Form.cs index fea5f470..0aedd5d2 100644 --- a/Yavsc/Models/Forms/Form.cs +++ b/Yavsc/Models/Forms/Form.cs @@ -9,8 +9,6 @@ namespace Yavsc.Models.Forms { [Key] public string Id {get; set;} - public string Summary { get; set; } - public List Content { get; set; } } } \ No newline at end of file