public SQLPhoneRepository(AppPhoneDBContext context) { this.context = context; }
private ShoppingCart(AppPhoneDBContext appPhoneDBContext) { _appPhoneDBContext = appPhoneDBContext; }