IBusinessLogic.inc 62 B

12345
  1. <?php
  2. interface IBusinessLogic
  3. {
  4. public function process();
  5. }