public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TipoItemOcorrencia";
     parent::__construct($em, $sm);
 }
Exemple #2
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\Uf";
     parent::__construct($em, $sm);
 }
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TransferenciaVeiculo";
     parent::__construct($em, $sm);
 }