Fix Member: Add ? to RdNr
This commit is contained in:
@ -28,7 +28,7 @@ namespace Elwig.Models {
|
||||
public string GstNr { get; set; }
|
||||
|
||||
[Column("rdnr")]
|
||||
public int RdNr { get; set; }
|
||||
public int? RdNr { get; set; }
|
||||
|
||||
[Column("year_from")]
|
||||
public int YearFrom { get; set; }
|
||||
|
Reference in New Issue
Block a user