コード例 #1
0
        public void TestDiscBrobizFalse()
        {
            MC     mtb = new MC("1234567", DateTime.Today, false);
            double tst = mtb.BrobizzDisc();

            Assert.AreEqual(125, tst);
        }