refact + owner required for a circle

This commit is contained in:
2019-08-05 02:22:11 +02:00
parent 8eddb95fa5
commit 40c9c9bba9
262 changed files with 3053 additions and 2 deletions

View File

@ -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
}
}