Interface LibraryService

All Known Implementing Classes:
LibraryServiceImp

public interface LibraryService
  • Method Summary

    Modifier and Type Method Description
    boolean addBookToLibrary​(java.lang.Long libraryId, java.lang.Long bookId)  
    Library findById​(java.lang.Long id)  
  • Method Details