WIP billing

This commit is contained in:
2016-09-05 19:01:43 +02:00
parent 183fcdc3b1
commit b023e3a25b
12 changed files with 1462 additions and 10 deletions

View File

@ -1,6 +1,7 @@
namespace Yavsc.Models.Billing {
public interface IBillingClause { 
string Description {get; set;}
IBillingImpacter Impacter { get; }
}
}