Ejemplo n.º 1
0
        public ActionResult ImportOrder()
        {
            string         a     = Request.Form["a"];
            string         b     = Request.Form["b"];
            string         c     = Request.Form["c"];
            ZTJLOrderModel model = new ZTJLOrderModel();

            try
            {
                _iZTJLService.ImportOrder(model);
                return(Json(new { result = true }));
            }
            catch
            {
                return(Json(new { result = false }));
            }
        }
Ejemplo n.º 2
0
 public void ImportOrder(ZTJLOrderModel model)
 {
 }