File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
server/StrDss.Data/Entities Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,16 @@ public partial class DssPhysicalAddress
137
137
/// <summary>
138
138
/// The unit number of the rental property as provided by the Registration Validation upload
139
139
/// </summary>
140
- public string RegRentalUnitNo { get ; set ; }
140
+ public string ? RegRentalUnitNo { get ; set ; }
141
141
/// <summary>
142
142
/// The street number of the rental property as provided by the Registration Validation upload
143
143
/// </summary>
144
- public string RegRentalStreetNo { get ; set ; }
144
+ public string ? RegRentalStreetNo { get ; set ; }
145
145
146
146
/// <summary>
147
147
/// The postal code of the rental property as provided by the Registration Validation upload
148
148
/// </summary>
149
- public string RegRentalPostalCode { get ; set ; }
149
+ public string ? RegRentalPostalCode { get ; set ; }
150
150
151
151
public virtual DssOrganization ? ContainingOrganization { get ; set ; }
152
152
You can’t perform that action at this time.
0 commit comments