예제 #1
0
        public async Task <IActionResult> All()
        {
            var service = new ExampleService(connString);
            var result  = await service.All();

            return(httpResult.Message(result.Code, result));
        }