示例#1
0
        public ActionResult GetApplicantLanguageList()
        {
            UpdateProfileBAL        objUpdateProfileBAL   = new UpdateProfileBAL();
            List <LanguageSpokenBO> objLanguageSpokenList = objUpdateProfileBAL.GetApplicantLanguageList(Convert.ToInt32(ViewData["EmployeeId"]));

            return(PartialView("ApplicantLanguageGrid", objLanguageSpokenList));
        }