IImageRepository.php 89 B

1234
  1. <?php
  2. interface IImageRepository {
  3. public static function GetImagesByAlbum($albumId);
  4. }