Esempio n. 1
0
        public JsonResult Insert(Supplier ps)
        {
            string st = supplierBUS.ThemNCC(ps);

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