コード例 #1
0
        public int SubtractMaintenanceCostsDecreasesMoneyBalance(int cost)
        {
            var globalProperties = new GlobalProperties();

            globalProperties.SubtractMaintenanceCosts(cost);
            return(globalProperties.Money);
        }