refact + owner required for a circle
This commit is contained in:
@ -4,6 +4,10 @@ namespace Yavsc.Models.Billing {
|
||||
public interface IBillingClause {
|
||||
string Description {get; set;}
|
||||
IBillingImpacter Impacter { get; }
|
||||
|
||||
// TODO
|
||||
// Conditions de ventes relatives à l'impact
|
||||
// IEnumerable<long> CGV,CPV
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user