bookinventory/app/Services/BookInformation/BookLookupService.php

7 lines
114 B
PHP
Raw Normal View History

2020-12-21 07:09:34 +00:00
<?php
namespace App\Services\BookInformation;
interface BookLookupService {
public function lookup($isbn);
}