Ejemplo n.º 1
0
 public async Task <IActionResult> GetAllByContact([FromRoute] Guid contactId)
 {
     return(Ok(await _contactInfoService.GetAllByContactAsync(contactId)));
 }