Ejemplo n.º 1
0
 public ActionResult AmbilData(string ID)
 {
     return(Json(PenggunaRepo.GetByID(ID), JsonRequestBehavior.AllowGet));
 }
Ejemplo n.º 2
0
 public ActionResult Check()
 {
     return(Json(PenggunaRepo.GetCheck(), JsonRequestBehavior.AllowGet));
 }
Ejemplo n.º 3
0
 public ActionResult Tampil()
 {
     return(Json(PenggunaRepo.GetAll(), JsonRequestBehavior.AllowGet));
 }