moving from Yavsc main lib

This commit is contained in:
2018-05-07 10:07:37 +02:00
parent 2371e5ccbc
commit 646c5d9537
26 changed files with 1120 additions and 14 deletions

View File

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