We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833da6a commit 519513dCopy full SHA for 519513d
src/JsonApiDotNetCore/Graph/ServiceDiscoveryFacade.cs
@@ -43,9 +43,9 @@ public class ServiceDiscoveryFacade : IServiceDiscoveryFacade
43
internal static HashSet<Type> RepositoryInterfaces = new HashSet<Type> {
44
typeof(IResourceRepository<>),
45
typeof(IResourceRepository<,>),
46
- typeof(IEntityWriteRepository<>),
+ typeof(IResourceWriteRepository<>),
47
typeof(IResourceWriteRepository<,>),
48
- typeof(IEntityReadRepository<>),
+ typeof(IResourceReadRepository<>),
49
typeof(IResourceReadRepository<,>)
50
};
51
private readonly IServiceCollection _services;
0 commit comments