Пример #1
0
 public ActionResult AmbilData(int ID)
 {
     return(Json(PekerjaanRepo.GetByID(ID), JsonRequestBehavior.AllowGet));
 }