Beispiel #1
0
        public ActionResult GetSysConfig()
        {
            var data = _sysConfigServer.Get();

            if (data == null)
            {
                data = InitConfig();
            }
            return(JsonContent(data));
        }
Beispiel #2
0
 public dynamic GetConfig()
 {
     return(_sysCofigSever.Get());
 }