public IActionResult Index() { var payeeList = _payeeLogic.GetList(); return(View(payeeList)); }
public IActionResult Index() { var customerList = _payeeLogic.GetList(); return(View()); }