using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Neo.Afx.Services.Forms.Entities { public partial class FormTemplateSection { public bool IsEditable { get; set; } public bool IsCaptureComplete { get; set; } } }