예제 #1
0
 public Veiculo(IEmplacamentoServices emplacamentoServices)
 {
     _emplacamentoServices = emplacamentoServices;
 }
예제 #2
0
 public bool ValidarPlaca()
 {
     _emplacamentoServices = new EmplacamentoServices();
     return(_emplacamentoServices.ValidarPlaca(Placa));
 }