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
Copy file name to clipboardExpand all lines: docs/ResourceServices.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ currentMenu: services
4
4
5
5
# Resource Services
6
6
7
-
The [IResourceService](https://github.com/Research-Institute/json-api-dotnet-core/blob/master/src/JsonApiDotNetCore/Services/IResourceService.cs) acts as a service layer between the controller and the data access
7
+
The [IResourceService](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Services/Contract/IResourceService.cs) acts as a service layer between the controller and the data access
8
8
layer. This allows you to customize it however you want and not be dependent upon Entity
9
9
Framework. This is also a good place to implement custom business logic.
10
10
@@ -123,4 +123,4 @@ public class MyResourcesController : BaseJsonApiController<MyResource> {
0 commit comments