예제 #1
0
        public ActionResult GetApplicantRefereesList()
        {
            UpdateProfileBAL           objUpdateProfileBAL      = new UpdateProfileBAL();
            List <ApplicantRefereesBO> objEmploymentHistoryList = objUpdateProfileBAL.GetApplicantRefereesList(Convert.ToInt32(ViewData["EmployeeId"]));

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