Last active
June 2, 2021 06:21
-
-
Save Layoric/1f56877c7a7f0d35c4c743b5c5ca9bc7 to your computer and use it in GitHub Desktop.
autoquery-min-code-first
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Route("/customers")] | |
public class QueryCustomers : QueryDb<Customer> {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment