Exemplo n.º 1
0
        }   // GET: /<controller>/

        public IActionResult Index()
        {
            var sal = _salaryrepository.GetAllSalary();

            return(View(sal));
        }