Beispiel #1
0
        public JsonResult SaveApplicantEmploymentHistory(ApplicantEmploymentHistoryBO Data)
        {
            UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL();

            Data.IsActive = true;
            string strResult = objUpdateProfileBAL.SaveorUpdateApplicantEmploymentHistory(Data, 1);

            return(Json(strResult, JsonRequestBehavior.AllowGet));
        }