en supprimant Yavsc.Api
parent
8167ce5091
commit
ee4b70f32d
@ -0,0 +1,11 @@
|
|||||||
|
using Yavsc.Models.Market;
|
||||||
|
|
||||||
|
namespace Yavsc.Models.Billing
|
||||||
|
{
|
||||||
|
|
||||||
|
public class ServiceContract<P> where P : Service
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@ -1,10 +1,12 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
namespace Yavsc.Models.Billing
|
namespace Yavsc.Models.Billing
|
||||||
{
|
{
|
||||||
public partial class EstimateAgreement : RDVEstimate
|
public partial class Contract : Estimate
|
||||||
{
|
{
|
||||||
|
[Required]
|
||||||
public DateTime ClientValidationDate { get; set; }
|
public DateTime ClientValidationDate { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue