コード例 #1
0
        public override void AdjustCashCounts(IEnumerable <CashCount> cashCounts)
        {
            string strCashCounts = InteropCommon.ToCashCountsString(cashCounts);

            VerifyResult(_cco.AdjustCashCounts(strCashCounts));
        }