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
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
2018-01-31 16:35:40 +01:00
..
AccountController.cs
Merge from Dev
2017-08-22 19:46:53 +02:00
CampaignsController.cs
Fix Authentication issue in Locations.api
2017-09-15 13:54:48 +02:00
CartController.cs
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
2018-01-31 16:35:40 +01: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
Fix Failing middleware and move it to Basket.api
2017-07-13 17:35:19 +02:00
OrderManagementController.cs
Created Ship order process in WebMVC app
2017-05-14 14:48:37 +02:00
TestController.cs
2018-01-30 09:50:45 +01:00