예제 #1
0
 public async Task <IActionResult> Get()
 {
     return(_actionResultConverter.Convert(await _service.CheckDbConnection()));
 }