Exemplo n.º 1
0
        public ActionResult Pay(SellModel model)
        {
            var data = sellService.Post(model);

            return(Json(data, JsonRequestBehavior.AllowGet));
        }