Update README.md

This commit is contained in:
dlebee 2018-11-13 08:19:13 -05:00 committed by GitHub
parent e97fd56746
commit 47cdeb0efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,7 @@ Assert.AreEqual(first?.FirstName, "David");
### How it can be used in a web api ### How it can be used in a web api
> I highly suggest looking @ https://github.com/poweredsoft/dynamicquery if you are interested in this sample. > I highly suggest looking @ https://github.com/poweredsoft/dynamicquery if you are interested in this sample.
> Sample how to use DynamicQuery with asp.net mvc core and EF Core: https://github.com/PoweredSoft/DynamicQueryAspNetCoreSample
```csharp ```csharp
[HttpGet][Route("FindClients")] [HttpGet][Route("FindClients")]