Exemplo n.º 1
0
 public IHttpActionResult KeepAlive()
 {
     _healthCheckService.KeepAlive();
     return(Ok());
 }