Browse Source

Refactoring services #885

refactoring
Guillaume 1 year ago
parent
commit
250093dd80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/components/BusinessLogic.php

+ 1
- 1
common/components/BusinessLogic.php View File

$this->getCreditHistoryContainer(), $this->getCreditHistoryContainer(),
$this->getProducerPriceRangeContainer(), $this->getProducerPriceRangeContainer(),
$this->getUserProducerContainer(), $this->getUserProducerContainer(),
$this->getUserContainer(),
$this->getOrderSatusHistoryContainer(), $this->getOrderSatusHistoryContainer(),
$this->getPointSaleDistributionContainer(), $this->getPointSaleDistributionContainer(),
$this->getProductDistributionContainer(), $this->getProductDistributionContainer(),
$this->getProductSubscriptionContainer(), $this->getProductSubscriptionContainer(),
$this->getUserPointSaleContainer(), $this->getUserPointSaleContainer(),
$this->getPointSaleContainer(), $this->getPointSaleContainer(),
$this->getUserContainer(),
$this->getSubscriptionContainer(), $this->getSubscriptionContainer(),
$this->getProductContainer(), $this->getProductContainer(),
$this->getDistributionContainer(), $this->getDistributionContainer(),

Loading…
Cancel
Save