Пример #1
0
 public ActionResult Tampil()
 {
     return(Json(PekerjaanRepo.GetAll(), JsonRequestBehavior.AllowGet));
 }