Skip to content

Commit

Permalink
update calculated date
Browse files Browse the repository at this point in the history
  • Loading branch information
pallvigrover committed Feb 20, 2024
1 parent bcf2525 commit 3d155e6
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 2,032 deletions.
22 changes: 0 additions & 22 deletions ECC.Core.DataContext/DataverseContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,6 @@ public System.Linq.IQueryable<ECC.Core.DataContext.ofm_funding_rate> ofm_funding
}
}

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

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_licence"/> entities.
/// </summary>
Expand All @@ -227,17 +216,6 @@ public System.Linq.IQueryable<ECC.Core.DataContext.ofm_licence_detail> ofm_licen
}
}

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

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

0 comments on commit 3d155e6

Please sign in to comment.