Skip to content

Commit

Permalink
Update GamesDbContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaughnAnderson94 authored Jul 1, 2024
1 parent 2fb4209 commit fe081f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solution/testapi/Data/GamesDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace testapi.Data
{
public class GamesDbContext : DbContext
public class GamesDbContext : DbContext, iGamesDbContext
{
public GamesDbContext(DbContextOptions<GamesDbContext> options) : base(options)
{
Expand Down

0 comments on commit fe081f4

Please sign in to comment.