Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
200B

  1. <?php
  2. namespace common\logic\PointSale\PointSale;
  3. use common\logic\BaseService;
  4. use common\logic\RepositoryInterface;
  5. class InvoiceRepository extends BaseService implements RepositoryInterface
  6. {
  7. }