Skip to content

Commit

Permalink
fix codeql findings
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Sep 12, 2024
1 parent 150086a commit a438ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@

namespace Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Repositories;

/// <summary>
/// Implementation of <see cref="IOfferRepository"/> accessing database with EF Core.
/// </summary>
/// <param name="dbContext"></param>
public class OfferRepository(PortalDbContext dbContext) : IOfferRepository
{
///<inheritdoc/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@

namespace Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Repositories;

/// <summary>
/// Implementation of <see cref="IOfferSubscriptionsRepository"/> accessing database with EF Core.
/// </summary>
/// <param name="dbContext"></param>
public class OfferSubscriptionsRepository(PortalDbContext dbContext) : IOfferSubscriptionsRepository
{
/// <inheritdoc />
Expand Down

0 comments on commit a438ff8

Please sign in to comment.