yavsc/Yavsc/Interfaces/Workflow/IBillingClause.cs

7 lines
148 B
C#

9 years ago
namespace Yavsc.Models.Billing {
9 years ago
public interface IBillingClause { 
string Description {get; set;}
IBillingImpacter Impacter { get; }
}
9 years ago
}