Esempio n. 1
0
 public ActionResult GetTree(int treeid)
 {
     DAL.GapTree _dataobject = new DAL.GapTree(Request);
     //return PartialView(_dataobject.GetById(treeid));
     return(Json(_dataobject.GetById(treeid), JsonRequestBehavior.AllowGet));
 }
Esempio n. 2
0
        //
        // GET: /Accounting/Home/
        public ActionResult GetSeed(int treeid)
        {
            var _dataobject = new DAL.GapTree(Request);

            return(PartialView(_dataobject.GetById(treeid)));
        }