コード例 #1
0
 public MiscBillingGroupByKeySelector(IMiscBillingCharge mbc)
 {
     SubType   = mbc.SUBType;
     Period    = mbc.Period;
     ClientID  = mbc.ClientID;
     AccountID = mbc.AccountID;
 }
コード例 #2
0
ファイル: Extensions.cs プロジェクト: lurienanofab/lnf
 public static decimal GetTotalCost(this IMiscBillingCharge mbc)
 {
     throw new NotImplementedException();
 }