public function __construct(EntityManager $em, $sm) { $this->entity = "Frota\\Model\\Entity\\TipoItemOcorrencia"; parent::__construct($em, $sm); }
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); }