Last active
June 13, 2023 21:35
-
-
Save MisinformedDNA/d0ab6f7d630935940829d9af0bb0f380 to your computer and use it in GitHub Desktop.
Accessing product context from order context
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
using ProductManager.Shared; | |
services.AddTransient<IGetProductsQuery, GetProductsQuery>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment