コード例 #1
0
 /// <summary>
 /// Metodo para consulat los tipos de telefonos
 /// </summary>
 /// <returns>retorna lista de tipos</returns>
 public async Task <IList <TipoTelefonoDto> > SelectAllTypePhone()
 => await _contactData.SelectAllTypePhone();