public int?ObterIdDominio(int idValor, string tipoDominio) { var id = _dominioRepository.ObterIdPeloCodValor(idValor, tipoDominio); return(id); }