Skip to content

Commit

Permalink
[TS-1501] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LBHJHeppinstall committed Jul 10, 2024
1 parent f9c978c commit f2348c6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ namespace Hackney.Shared.HousingSearch.Gateways.Models.Assets
{
public class QueryableAssetContract
{
public Domain.Contract.Contract Create()
{
return Domain.Contract.Contract.Create(Id, TargetId, TargetType, StartDate, ApprovalDate, IsApproved,
Charges, RelatedPeople);
}

[Text(Name = "id")]
public string Id { get; set; }
public string TargetId { get; set; }
Expand Down

0 comments on commit f2348c6

Please sign in to comment.