Skip to content

Commit

Permalink
Merge pull request #595 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: add listing count
  • Loading branch information
ychung-mot committed Aug 30, 2024
2 parents 2610e51 + 43ea5a1 commit c4d2264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/StrDss.Model/RentalListingGroupDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace StrDss.Model
{
public class RentalListingGroupDto
{
public int ListingCount => Listings.Count;
public string? EffectiveBusinessLicenceNo { get; set; }
public string? EffectiveHostNm { get; set; }
public string? MatchAddressTxt { get; set; }
Expand Down

0 comments on commit c4d2264

Please sign in to comment.