do not need
This commit is contained in:
parent
42abea54d8
commit
1c57f9d3e9
@ -1,13 +0,0 @@
|
|||||||
package com.baeldung.hexagonalPattern.ports;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import com.baeldung.hexagonalPattern.core.domain.Book;
|
|
||||||
|
|
||||||
public interface LibraryRepo {
|
|
||||||
|
|
||||||
public int insertBook(Book book);
|
|
||||||
|
|
||||||
public Book searchBook(String name);
|
|
||||||
|
|
||||||
public List<Book> getAllBooks();
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user