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; }