Beispiel #1
0
 public MiscBillingGroupByKeySelector(IMiscBillingCharge mbc)
 {
     SubType   = mbc.SUBType;
     Period    = mbc.Period;
     ClientID  = mbc.ClientID;
     AccountID = mbc.AccountID;
 }
Beispiel #2
0
 public static decimal GetTotalCost(this IMiscBillingCharge mbc)
 {
     throw new NotImplementedException();
 }