Example #1
0
 public async Task <IActionResult> GetTelephone(long id)
 {
     return(Ok(await _iTelephoneRepository.GetTelephoneById(id)));
 }