Пример #1
0
 public async Task <IActionResult> GetMaxEnergyTimeAsync()
 {
     return(Ok(await _analyzer.GetMaxEnergyTimeAsync()));
 }