Ejemplo n.º 1
0
 public Carro ConsultarMotor(string nome)
 {
     return(_carroRepository.ConsultarMotor(nome));
 }