Example #1
0
        public JsonResult DeleteApplicantRefereesData(int A_iRefereesId)
        {
            UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL();
            string           strResult           = objUpdateProfileBAL.DeleteApplicantRefereesData(A_iRefereesId);

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