diff --git a/BookAStar/BookAStar/Model/Workflow/Estimate.cs b/BookAStar/BookAStar/Model/Workflow/Estimate.cs index 58b8cffc..a9dd6f41 100644 --- a/BookAStar/BookAStar/Model/Workflow/Estimate.cs +++ b/BookAStar/BookAStar/Model/Workflow/Estimate.cs @@ -25,7 +25,7 @@ namespace BookAStar.Model.Workflow /// In db, they are separated by : /// /// - public List AttachedGraphicList { get; private set; } + public List AttachedGraphicList { get; set; } public string AttachedGraphicsString {