We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ae7c8 commit d804628Copy full SHA for d804628
src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs
@@ -18,14 +18,6 @@ public class DefaultEntityRepository<TEntity>
18
IEntityRepository<TEntity>
19
where TEntity : class, IIdentifiable<int>
20
{
21
- [Obsolete("DbContext is no longer directly injected into the ctor. Use JsonApiContext.GetDbContextResolver() instead")]
22
- public DefaultEntityRepository(
23
- DbContext context,
24
- ILoggerFactory loggerFactory,
25
- IJsonApiContext jsonApiContext)
26
- : base(context, loggerFactory, jsonApiContext)
27
- { }
28
-
29
public DefaultEntityRepository(
30
ILoggerFactory loggerFactory,
31
IJsonApiContext jsonApiContext)
0 commit comments