From 47cdeb0efbf53314cb7de2fe136cd7bb03e4d4bd Mon Sep 17 00:00:00 2001 From: dlebee <36390643+dlebee@users.noreply.github.com> Date: Tue, 13 Nov 2018 08:19:13 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10e74be..3b4da56 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Assert.AreEqual(first?.FirstName, "David"); ### 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. +> Sample how to use DynamicQuery with asp.net mvc core and EF Core: https://github.com/PoweredSoft/DynamicQueryAspNetCoreSample ```csharp [HttpGet][Route("FindClients")]