From 26110e7a998fdc8e4432f38273414c56dcef7aa0 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 2 Oct 2016 19:28:33 +0200 Subject: [PATCH] Publishes the bill setter --- BookAStar/BookAStar/Model/Workflow/Estimate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {