Esempio n. 1
0
        public JsonResult DeleteApplicantLanguageData(int A_iLanguageSpokenId)
        {
            UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL();
            string           strResult           = objUpdateProfileBAL.DeleteApplicantLanguageData(A_iLanguageSpokenId);

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