You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ public class TodoItemService : JsonApiResourceService<TodoItem>
47
47
## Not Using Entity Framework Core?
48
48
49
49
As previously discussed, this library uses Entity Framework Core by default.
50
-
If you'd like to use another ORM that does not provide what JsonApiResourceService depends upon, you can use a custom `IResourceService<T>` implementation.
50
+
If you'd like to use another ORM that does not provide what JsonApiResourceService depends upon, you can use a custom `IResourceService<TResource>` implementation.
0 commit comments