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