Skip to content

Commit

Permalink
Fjerner ubrukt metode (brukte id som String, ikke Long).
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Oct 17, 2023
1 parent 67df63d commit 62767ab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

public interface OrganisasjonBestillingMalRepository extends CrudRepository<OrganisasjonBestillingMal, Long> {

List<OrganisasjonBestillingMal> findByIdContaining(String id);

List<OrganisasjonBestillingMal> findByBrukerAndMalNavn(Bruker bruker, String navn);

List<OrganisasjonBestillingMal> findByBruker(Bruker bruker);
Expand Down

0 comments on commit 62767ab

Please sign in to comment.