Example #1
0
        public JsonResult empresaDelete(string id)
        {
            EmpresaBLL bll = new EmpresaBLL();

            return(Json(bll.empresaDelete(Convert.ToInt32(id)), JsonRequestBehavior.AllowGet));
        }