Ejemplo n.º 1
0
 public function findByEntityIdAndEntityType($entityId, $entityType)
 {
     return $this->locationDao->findEntityIdAndEntityType($entityId, $entityType);
 }