Exemplo n.º 1
0
 public async Task <IActionResult> GetMaxEnergyAsync()
 {
     return(Ok(await _analyzer.GetMaxEnergyAsync()));
 }