Created
July 15, 2019 08:15
-
-
Save ducmeit1/459cd43c33a98b40f78b3af7328a3ea6 to your computer and use it in GitHub Desktop.
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
services.AddScoped<ICustomerRepository, CustomerRepository>(); | |
services.AddScoped<ICustomerDxos, CustomerDxos>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment