Exemplo n.º 1
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TipoItemOcorrencia";
     parent::__construct($em, $sm);
 }
Exemplo n.º 2
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\Uf";
     parent::__construct($em, $sm);
 }
Exemplo n.º 3
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TransferenciaVeiculo";
     parent::__construct($em, $sm);
 }