コード例 #1
0
        public ActionResult Tax()
        {
            var tax = _financialService.GetAllTax();

            return(View(tax));
        }