Skip to content

Commit b7db7f8

Browse files
authored
OFMCC-6323-update coding for Phase 2 OFM and Irregular Expense (#260)
* OFMCC-6323-update coding for Phase 2 OFM and Irregular Expense * update cohort
1 parent 2ec44e1 commit b7db7f8

File tree

7 files changed

+1183
-11
lines changed

7 files changed

+1183
-11
lines changed

ECC.Core.DataContext/DataverseContext.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ public System.Linq.IQueryable<ECC.Core.DataContext.msfp_survey> msfp_surveySet
9494
}
9595
}
9696

97+
/// <summary>
98+
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_ack_codes"/> entities.
99+
/// </summary>
100+
public System.Linq.IQueryable<ECC.Core.DataContext.ofm_ack_codes> ofm_ack_codesSet
101+
{
102+
get
103+
{
104+
return this.CreateQuery<ECC.Core.DataContext.ofm_ack_codes>();
105+
}
106+
}
107+
97108
/// <summary>
98109
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_allowance"/> entities.
99110
/// </summary>

0 commit comments

Comments
 (0)