yavsc/Yavsc/Interfaces/IBillingClause.cs

7 lines
115 B
C#

9 years ago
public interface IBillingClause { 
string Description {get; set;}
IBillingImpacter Impacter { get; }
}