Ejemplo n.º 1
0
 public IActionResult Get()
 {
     return(Ok(new { version = _config.Value.Version, date = _timeService.CurrentDateTime() }));
 }