refact + owner required for a circle
This commit is contained in:
@ -4,6 +4,10 @@ namespace Yavsc.Models.Billing {
|
|||||||
public interface IBillingClause {
|
public interface IBillingClause {
|
||||||
string Description {get; set;}
|
string Description {get; set;}
|
||||||
IBillingImpacter Impacter { get; }
|
IBillingImpacter Impacter { get; }
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
// Conditions de ventes relatives à l'impact
|
||||||
|
// IEnumerable<long> CGV,CPV
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,10 @@ namespace Yavsc.Models.Relationship
|
|||||||
|
|
||||||
public bool Public { get; set; }
|
public bool Public { get; set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
public string OwnerId { get; set; }
|
public string OwnerId { get; set; }
|
||||||
|
|
||||||
[ForeignKey("OwnerId"),JsonIgnore,NotMapped]
|
[ForeignKey("OwnerId"),JsonIgnore,NotMapped]
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user