} // GET: /<controller>/ public IActionResult Index() { var sal = _salaryrepository.GetAllSalary(); return(View(sal)); }