Exemplo n.º 1
0
        public JsonResult ApproveCab(String id)
        {
            var _service = new AdminService();

            return Json(_service.ApproveCab(id), JsonRequestBehavior.AllowGet);
        }