ServiceInterface.php 63B

1 год назад
1234567
  1. <?php
  2. namespace common\logic;
  3. interface ServiceInterface {
  4. }