Example #1
0
 public async Task <IActionResult> GetMinEnergyTimeAsync()
 {
     return(Ok(await _analyzer.GetMinEnergyTimeAsync()));
 }