Ejemplo n.º 1
0
 public AgenciaDTO ObterPeloId(int?id)
 {
     return(agenciaRepository.ObterPeloId(id).To <AgenciaDTO>());
 }