yavsc/Yavsc.Api/Model/Billing/EstimateAgreement.cs

10 lines
178 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
using System;
2016-06-14 03:37:57 +02:00
namespace Yavsc.Models.Billing
2016-05-17 18:22:18 +02:00
{
2016-06-14 03:37:57 +02:00
public partial class EstimateAgreement : RDVEstimate
2016-05-17 18:22:18 +02:00
{
public DateTime ClientValidationDate { get; set; }
}
}