This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
src
/
Web
/
WebMVC
/
Controllers
History
Miguel Veloso
2717659a0d
Refactor ModelDTOs for a more consistent folder structure
2019-03-04 13:31:29 +00:00
..
AccountController.cs
Remove unused external logins classes
2019-03-01 11:49:10 +00:00
CampaignsController.cs
Refactor ModelDTOs for a more consistent folder structure
2019-03-04 13:31:29 +00:00
CartController.cs
Added sample for use new IHttpClientFactory feature on WebMVC
2018-05-16 12:44:32 +02:00
CatalogController.cs
Replaced custom DataProtection.Redis lib with official Microsoft pkg
2017-11-30 11:40:30 +01:00
ErrorController.cs
Error action extracted from CatalogController, because otherwise was violated Single Responsibility Principal, when even to generate an Error we will create Transient ICatalogService for each error.
2017-08-16 21:55:40 +03:00
OrderController.cs
Minor refactoring
2018-05-22 16:20:28 +02:00
OrderManagementController.cs
Refactor ModelDTOs for a more consistent folder structure
2019-03-04 13:31:29 +00:00
TestController.cs
Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly
2018-05-21 11:38:09 +02:00