Exemplo n.º 1
0
 public function __construct(PropertyRepositoryInterface $property_repository)
 {
     parent::__construct();
     $this->property_repository = $property_repository;
 }