Skip to content

Commit

Permalink
Artikel FrontendLogikGuid null check
Browse files Browse the repository at this point in the history
  • Loading branch information
gdl-koenig committed Dec 5, 2024
1 parent f2d04e1 commit d6111e9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace Gandalan.IDAS.WebApi.Data.DTO;

Expand All @@ -23,6 +23,7 @@ public class BelegPositionSonderwunschDTO
public bool NichtSaegenMoeglich { get; set; }
public bool ProfilNichtSaegen { get; set; }
public Guid BelegPositionSonderwunschGuid { get; set; } = Guid.NewGuid();
public bool IstKorrekturAktiv { get; set; }

public BelegPositionSonderwunschDTO()
{
Expand All @@ -34,4 +35,4 @@ public BelegPositionSonderwunschDTO(string bezeichnung, string exportname, strin
ExportName = exportname;
Wert = wert;
}
}
}

0 comments on commit d6111e9

Please sign in to comment.