Exemplo n.º 1
0
        public JsonResult GetSchemaNames(bool getTableCount = true)
        {
            IGumruk _iGumruk = new BSGumruk();

            List <DataSchema> schemas = _iGumruk.GetSchemaNames(getTableCount);

            //string json = JsonConvert.SerializeObject(schemas);

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