10 lines
No EOL
178 B
C#
10 lines
No EOL
178 B
C#
|
|
using System;
|
|
|
|
namespace Yavsc.Models.Billing
|
|
{
|
|
public partial class EstimateAgreement : RDVEstimate
|
|
{
|
|
public DateTime ClientValidationDate { get; set; }
|
|
}
|
|
} |