示例#1
0
        public JsonResult EditApplicantRefereesDetails(int A_iRefereesId)
        {
            UpdateProfileBAL    objUpdateProfileBAL    = new UpdateProfileBAL();
            ApplicantRefereesBO objApplicantRefereesBO = objUpdateProfileBAL.EditApplicantRefereesData(A_iRefereesId, Convert.ToInt32(ViewData["EmployeeId"]));

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