Exemplo n.º 1
0
        public ActionResult GetDealer(string code)
        {
            var dealerSvc = new DealerLogic(Ticket);
            var ajaxObj = dealerSvc.GetAjax(code);

            return Json(ajaxObj, JsonRequestBehavior.AllowGet);
        }