From 802c367c3d3c93823f200cfe8383c588948a8311 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 7 Oct 2016 12:47:50 +0200 Subject: [PATCH] sync with server --- BookAStar/BookAStar/Interfaces/IEstimate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BookAStar/BookAStar/Interfaces/IEstimate.cs b/BookAStar/BookAStar/Interfaces/IEstimate.cs index 23726fdc..9a1f92b3 100644 --- a/BookAStar/BookAStar/Interfaces/IEstimate.cs +++ b/BookAStar/BookAStar/Interfaces/IEstimate.cs @@ -6,7 +6,7 @@ namespace BookAStar.Model.Interfaces public interface IEstimate { List AttachedFiles { get; set; } - List AttachedGraphicList { get; } + List AttachedGraphics { get; } List Bill { get; set; } string ClientId { get; set; } long? CommandId { get; set; }