first commit
This commit is contained in:
7
app/Services/BookInformation/BookLookupService.php
Normal file
7
app/Services/BookInformation/BookLookupService.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\BookInformation;
|
||||
|
||||
interface BookLookupService {
|
||||
public function lookup($isbn);
|
||||
}
|
Reference in New Issue
Block a user