refact.
This commit is contained in:
9
Yavsc.Server/Interfaces/Workflow/IBillingClause.cs
Normal file
9
Yavsc.Server/Interfaces/Workflow/IBillingClause.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Yavsc.Billing;
|
||||
|
||||
namespace Yavsc.Models.Billing {
|
||||
public interface IBillingClause {
|
||||
string Description {get; set;}
|
||||
IBillingImpacter Impacter { get; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user