예제 #1
0
 public ActionResult ApprovedCandidate(string selectedIds)
 {
     var service = new Rec_CandidateServices();
     var message = service.ActionApprovedCandidate(selectedIds);
     return Json(message);
 }