8 lines
123 B
C#
8 lines
123 B
C#
|
|
|
|||
|
|
namespace YavscLib.Billing
|
|||
|
|
{
|
|||
|
|
public interface IBillingImpacter {
|
|||
|
|
decimal Impact(decimal orgValue);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|