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