Ejemplo n.º 1
0
        public ActionResult GetApplicantEmploymentHistoryList()
        {
            UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL();
            List <ApplicantEmploymentHistoryBO> objEmploymentHistoryList = objUpdateProfileBAL.GetEmploymentHistoryList(Convert.ToInt32(ViewData["EmployeeId"]));

            return(PartialView("EmploymentHistoryGrid", objEmploymentHistoryList));
        }