Commit f7dfaea
committed
Make setup parameter optional in AddPostgresDbContext
Updated the method signature for `AddPostgresDbContext<TContext>` to make the `setup` parameter optional by providing a default value of `null`. This enhancement allows the method to be called without explicitly passing a setup action, improving usability.1 parent 47ddd9c commit f7dfaea
File tree
1 file changed
+1
-1
lines changed- Sources/EasyExtensions.EntityFrameworkCore.Npgsql/Extensions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments