Beispiel #1
0
        public JsonResult KuralTextVeOzdirencGetir(long kuralID)
        {
            var sonuc = _graphManager.GetRuleTextAndResistivity(kuralID);

            return(Json(new { Sonuc = sonuc.Result, Mesaj = sonuc.Message, Nesne = sonuc.Object, Exception = sonuc.Exception }, JsonRequestBehavior.AllowGet));
        }