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