Exemple #1
0
 //get the list of Interviews Sections
 public JsonResult getInterviewsSection()
 {
     return(Json(DBcontext.getInterviewSection(), JsonRequestBehavior.AllowGet));
 }