bookinventory/app/Services/BookInformation/BookLookupService.php

7 lines
114 B
PHP

<?php
namespace App\Services\BookInformation;
interface BookLookupService {
public function lookup($isbn);
}