示例#1
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TipoItemOcorrencia";
     parent::__construct($em, $sm);
 }
示例#2
0
文件: Uf.php 项目: Rodrigojorge/frota
 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);
 }