Ignore:
Timestamp:
02/16/23 14:03:51 (17 months ago)
Author:
trajchevaM <118018439+trajchevaM@…>
Branches:
main
Children:
aced08c
Parents:
da44aef
Message:

Renamed services implementations

File:
1 moved

Legend:

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

    rda44aef rdad5bcd  
    88import java.util.List;
    99@Service
    10 public class OrganisationServiceImpl implements OrganisationService {
     10public class OrganisationServiceImplementation implements OrganisationService {
    1111    private final OrganisationRepository organisationRepository;
    1212
    13     public OrganisationServiceImpl(OrganisationRepository organisationRepository) {
     13    public OrganisationServiceImplementation(OrganisationRepository organisationRepository) {
    1414        this.organisationRepository = organisationRepository;
    1515    }
Note: See TracChangeset for help on using the changeset viewer.