Esempio n. 1
0
 public async Task <IActionResult> GetMinEnergyPositionAsync()
 {
     return(Ok(await _analyzer.GetMinEnergyPositionAsync()));
 }