feat: Erlaubte generische DbContext-Optionen im Basis-API-Kontext und injizierte WebApiContext-Optionen in WebApiContext
This commit is contained in:
@@ -8,10 +8,9 @@ namespace HRD.WebApi.DAL
|
||||
{
|
||||
}
|
||||
|
||||
public WebApiBaseContext(DbContextOptions<DbContext> options)
|
||||
public WebApiBaseContext(DbContextOptions options)
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user