public async Task <IActionResult> All() { var service = new ExampleService(connString); var result = await service.All(); return(httpResult.Message(result.Code, result)); }