Cleaning up Checkout auth (#64)

This commit is contained in:
Steve Smith
2017-10-23 13:51:27 -04:00
committed by GitHub
parent 749a37d6d9
commit 4a549c3401
7 changed files with 92 additions and 27 deletions

View File

@@ -17,7 +17,6 @@ namespace Microsoft.eShopWeb.Controllers
public class BasketController : Controller
{
private readonly IBasketService _basketService;
private const string _basketSessionKey = "basketId";
private readonly IUriComposer _uriComposer;
private readonly SignInManager<ApplicationUser> _signInManager;
private readonly IAppLogger<BasketController> _logger;