We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be42ad0 commit c7fd26dCopy full SHA for c7fd26d
README.md
@@ -3,7 +3,7 @@ A simple Asp.Net WebAPI with CRUD Operations, using modelstate, OData enabled &a
3
4
I used mapper here to map from a DTO to an entity to show how to handle this case.
5
6
-You can fire normal queries like GET/POST/PUT/DELETE
+You can fire normal queries like GET/POST/PUT/PATCH/DELETE
7
8
But also do OData-Queries like
9
0 commit comments