Skip to content

Commit

Permalink
OFMCC-6323-update coding for Phase 2 OFM and Irregular Expense (#260)
Browse files Browse the repository at this point in the history
* OFMCC-6323-update coding for Phase 2 OFM and Irregular Expense

* update cohort
  • Loading branch information
pallvigrover authored Nov 6, 2024
1 parent 2ec44e1 commit b7db7f8
Show file tree
Hide file tree
Showing 7 changed files with 1,183 additions and 11 deletions.
11 changes: 11 additions & 0 deletions ECC.Core.DataContext/DataverseContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ public System.Linq.IQueryable<ECC.Core.DataContext.msfp_survey> msfp_surveySet
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_ack_codes"/> entities.
/// </summary>
public System.Linq.IQueryable<ECC.Core.DataContext.ofm_ack_codes> ofm_ack_codesSet
{
get
{
return this.CreateQuery<ECC.Core.DataContext.ofm_ack_codes>();
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_allowance"/> entities.
/// </summary>
Expand Down
Loading

0 comments on commit b7db7f8

Please sign in to comment.