Skip to content

Commit

Permalink
Tar inn alle felter i konstruktør for BeregningRefusjonOverstyringDto (
Browse files Browse the repository at this point in the history
  • Loading branch information
pekern authored Dec 20, 2024
1 parent 5fca1ff commit 5d1eb32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ public BeregningRefusjonOverstyringDto(Arbeidsgiver arbeidsgiver, LocalDate før

public BeregningRefusjonOverstyringDto(@Valid @NotNull Arbeidsgiver arbeidsgiver,
@Valid LocalDate førsteMuligeRefusjonFom,
@Valid Boolean erFristUtvidet,
@Valid List<BeregningRefusjonPeriodeDto> refusjonPerioder) {
this.arbeidsgiver = arbeidsgiver;
this.førsteMuligeRefusjonFom = førsteMuligeRefusjonFom;
this.refusjonPerioder = refusjonPerioder;
this.erFristUtvidet = erFristUtvidet;
}


Expand Down

0 comments on commit 5d1eb32

Please sign in to comment.