Skip to content

Commit

Permalink
Legger ved tom konstruktør (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekern authored Dec 17, 2024
1 parent 0cff048 commit be6c2da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public class BeregningsgrunnlagAktivitetStatusDto {
@Valid
private Hjemmel hjemmel;

public BeregningsgrunnlagAktivitetStatusDto() {
}

public BeregningsgrunnlagAktivitetStatusDto(AktivitetStatus aktivitetStatus, Hjemmel hjemmel) {
this.aktivitetStatus = aktivitetStatus;
this.hjemmel = hjemmel;
Expand Down

0 comments on commit be6c2da

Please sign in to comment.