diff --git a/Yavsc/Models/Billing/Estimate.cs b/Yavsc/Models/Billing/Estimate.cs index 7609d669..e60e60b5 100644 --- a/Yavsc/Models/Billing/Estimate.cs +++ b/Yavsc/Models/Billing/Estimate.cs @@ -68,9 +68,6 @@ namespace Yavsc.Models.Billing { get; set; } - - public Byte [] ProviderSignature { get; set; } - public Byte [] ClientSignature { get; set; } public DateTime ProviderValidationDate { get; set; } public DateTime ClientValidationDate { get; set; }