Skip to content

Commit

Permalink
CODE RUB: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit authored Apr 29, 2024
1 parent 397f7f7 commit 851d9ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class MyEFxceptionsContext : EFxceptionsContext
public MyEFxceptionsContext(DbContextOptions<EFxceptionsContext> options)
: base(options)
{ }

public DbSet<Client> Clients { get; set; }

protected override void OnModelCreating(ModelBuilder modelBuilder)
Expand Down

0 comments on commit 851d9ec

Please sign in to comment.