Code2Gether-Discord / Congo

Generic web store learning project that consists of three ASP.NET Core projects
https://code2gether-congo.azurewebsites.net/
11 stars 2 forks source link

Added Mediatr #25

Closed Palisar closed 3 years ago

Palisar commented 3 years ago

Mediatr has been added with some examples of use.

Palisar commented 3 years ago

I've taken away the bloat folders and condensed it into a ProductAccess folder that will hold all of our product related Queries Handlers and Commands. The demo controller is still wired up to the DB but yeah Mediatr should be good to go.

Palisar commented 3 years ago

Ok ill make the changes you requested! Thank you for the input!

Palisar commented 3 years ago

All changes requested have been made. I skipped one on the cshtml file as I have not been involved in those files as of yet.

Palisar commented 3 years ago

Ok all of these changes have been made. This time they should all be what you asked!