Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/java/finki/paw5/service/PetService.java

    ra762b3a r4103eaa  
    22
    33import finki.paw5.model.entities.Pet;
    4 import finki.paw5.web.controllers.PostController;
    54
    65import java.util.List;
    7 import java.util.Optional;
    86
    97public interface PetService {
     
    119    void save (Pet pet);
    1210
    13     List<Pet> findAll();
     11    List<Pet> listpets();
    1412
    15     Optional<Pet> findById(Integer petId);
     13    Pet findById(Integer id);
    1614}
Note: See TracChangeset for help on using the changeset viewer.