Skip to content

Commit

Permalink
CODE RUB: Refactor Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarUrakov authored Jan 30, 2024
1 parent 127cb0b commit a1eee31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class EFxceptionsIdentityContext<
public EFxceptionsIdentityContext(DbContextOptions options) : base(options)
{ }

protected EFxceptionsIdentityContext()
protected EFxceptionsIdentityContext() : base()
{ }

protected override IDbErrorBroker<CosmosException> CreateErrorBroker() =>
Expand Down

0 comments on commit a1eee31

Please sign in to comment.