Skip to content

Commit 6e71be8

Browse files
authored
Remove default constructor from BoilerplateDbContext
Removed the default constructor from BoilerplateDbContext.
1 parent f3ab8bb commit 6e71be8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

BervProject.WebApi.Boilerplate/EntityFramework/BoilerplateDbContext.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ public class BoilerplateDbContext : DbContext
1717
/// </summary>
1818
public DbSet<Publisher> Publishers { get; set; }
1919

20-
/// <summary>
21-
/// Default Constructor
22-
/// </summary>
23-
public BoilerplateDbContext() : base()
24-
{
25-
26-
}
27-
2820
/// <summary>
2921
/// Constructor with DbContextOptions
3022
/// </summary>

0 commit comments

Comments
 (0)