Example #1
0
        public ActionResult Index()
        {
            var taxes = _taxesService.Index();

            return(View(taxes.ToList()));
        }