Last active
July 4, 2021 09:31
-
-
Save gistlyn/80e614a1bd086d0e8586863be992fad2 to your computer and use it in GitHub Desktop.
autoquery-min-code-first
This file contains hidden or 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