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