Skip to content

Commit

Permalink
Fix merge issue with missing closing region
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-hl committed May 3, 2024
1 parent c38ed39 commit 62b1ebe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions OFM.Infrastructure.WebAPI/Models/DataverseModels.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using ECC.Core.DataContext;
using System;
using OFM.Infrastructure.WebAPI.Models.Fundings;
using System.Text.Json.Serialization;

namespace OFM.Infrastructure.WebAPI.Models;

Expand Down Expand Up @@ -382,7 +383,6 @@ public class LicenceDetail: ofm_licence_detail
public new string ofm_week_days { get; set; }
}


public class Supplementary : ofm_allowance
{
public new decimal? ofm_funding_amount { get; set; }
Expand All @@ -409,6 +409,4 @@ public class SupplementarySchedule : ofm_supplementary_schedule
public new decimal? ofm_transport_reimbursement_rate_per_km { get; set; }
}

#region External Parameters

#endregion

0 comments on commit 62b1ebe

Please sign in to comment.