Skip to content

Commit

Permalink
Merge pull request #45 from LBHackney-IT/feature/add-rent-group-to-ed…
Browse files Browse the repository at this point in the history
…it-asset-request

TS-1131: Add RentGroup to EditAssetRequest
  • Loading branch information
martapederiva authored Dec 6, 2023
2 parents 753cb45 + dccaf3a commit 6c0ca1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hackney.Shared.Asset/Boundary/Request/EditAssetRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class EditAssetRequest
public string ParentAssetIds { get; set; }
public string BoilerHouseId { get; set; }
public bool IsActive { get; set; }
public RentGroup? RentGroup { get; set; }
public AssetLocation AssetLocation { get; set; }
public AssetManagement AssetManagement { get; set; }
public AssetCharacteristics AssetCharacteristics { get; set; }
Expand Down

0 comments on commit 6c0ca1c

Please sign in to comment.