예제 #1
0
        public async Task <IActionResult> GetNamesAsync()
        {
            Application        app  = this.GetApplication();
            ApplicationService serv = this.GetService();
            ServiceEnvironment env  = this.GetEnvironment();

            return(Json(await _client.GetConfigNamesAsync(app.Key, serv.Key, env.Key)));
        }