Skip to content

Commit

Permalink
Add temporaryAccomodationInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
martapederiva committed Apr 17, 2024
1 parent 0c3ecda commit 2278f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class QueryableTenure
public Domain.Tenure.Tenure Create()
{
return Domain.Tenure.Tenure.Create(Id, PaymentReference, StartOfTenureDate, EndOfTenureDate,
HouseholdMembers, TenuredAsset, TenureType);
HouseholdMembers, TenuredAsset, TenureType, TemporaryAccommodationInfo);
}

[Text(Name = "id")]
Expand Down

0 comments on commit 2278f5f

Please sign in to comment.