Skip to content

Commit 519513d

Browse files
committed
style: rename old repository interfaces
1 parent 833da6a commit 519513d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonApiDotNetCore/Graph/ServiceDiscoveryFacade.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public class ServiceDiscoveryFacade : IServiceDiscoveryFacade
4343
internal static HashSet<Type> RepositoryInterfaces = new HashSet<Type> {
4444
typeof(IResourceRepository<>),
4545
typeof(IResourceRepository<,>),
46-
typeof(IEntityWriteRepository<>),
46+
typeof(IResourceWriteRepository<>),
4747
typeof(IResourceWriteRepository<,>),
48-
typeof(IEntityReadRepository<>),
48+
typeof(IResourceReadRepository<>),
4949
typeof(IResourceReadRepository<,>)
5050
};
5151
private readonly IServiceCollection _services;

0 commit comments

Comments
 (0)