RepositoryInterface.php 67B

12345678
  1. <?php
  2. namespace common\logic;
  3. interface RepositoryInterface
  4. {
  5. }