7 lines
81 B
C#
7 lines
81 B
C#
|
||
|
||
public interface IBillingImpacter {
|
||
decimal Impact(decimal orgValue);
|
||
|
||
}
|