예제 #1
0
        public JsonResult DeleteApplicantRelationData(int A_iRelationId)
        {
            UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL();
            string           strResult           = objUpdateProfileBAL.DeleteApplicantRelationData(A_iRelationId);

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