WIP billing

This commit is contained in:
Paul Schneider 2016-08-30 23:04:13 +02:00
commit 0c254b805d
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,6 @@
public interface IBillingImpacter { 
decimal Impact(decimal orgValue);
}