Skip to content

Commit

Permalink
Fix CCOF1YearFlag for providerProfile (#239)
Browse files Browse the repository at this point in the history
* Fix CCOF1YearFlag for providerProfile

* Update CCOF flag to nullable
  • Loading branch information
yiyiwang-cgi authored Sep 19, 2024
1 parent 55999df commit a37d3f2
Show file tree
Hide file tree
Showing 6 changed files with 2,589 additions and 350 deletions.
11 changes: 11 additions & 0 deletions ECC.Core.DataContext/DataverseContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,17 @@ public System.Linq.IQueryable<ECC.Core.DataContext.ofm_system_configuration> ofm
}
}

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

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

0 comments on commit a37d3f2

Please sign in to comment.