コード例 #1
0
        public IActionResult Index()
        {
            var payeeList = _payeeLogic.GetList();

            return(View(payeeList));
        }
コード例 #2
0
        public IActionResult Index()
        {
            var customerList = _payeeLogic.GetList();

            return(View());
        }