Exemple #1
0
 public IActionResult SalaryPay()
 {
     try
     {
         var profile = _IDesignation.Salaryinformation(Convert.ToInt32(HttpContext.Session.GetString("UserID")));
         return(View(profile));
     }
     catch (Exception)
     {
         throw;
     }
 }