Skip to content

Commit

Permalink
🔥 RIP TransactionalAutomatiseringDao
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Oct 26, 2024
1 parent ca69936 commit 10a6f89
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 252 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import no.nav.helse.db.MeldingRepository
import no.nav.helse.db.OverstyringRepository
import no.nav.helse.db.PersonRepository
import no.nav.helse.db.RisikovurderingRepository
import no.nav.helse.db.TransactionalAutomatiseringDao
import no.nav.helse.db.TransactionalEgenAnsattDao
import no.nav.helse.db.TransactionalGenerasjonDao
import no.nav.helse.db.TransactionalMeldingDao
Expand Down Expand Up @@ -68,7 +67,7 @@ internal class Automatisering(
transactionalSession,
subsumsjonsmelderProvider,
),
automatiseringRepository = TransactionalAutomatiseringDao(transactionalSession),
automatiseringRepository = AutomatiseringDao(transactionalSession),
Ã¥pneGosysOppgaverRepository = TransactionalÃ…pneGosysOppgaverDao(transactionalSession),
vergemålRepository = TransactionalVergemålDao(transactionalSession),
personRepository = PersonDao(transactionalSession),
Expand Down
Loading

0 comments on commit 10a6f89

Please sign in to comment.