React to MVC ViewComponent's Activate changes

This commit is contained in:
Kiran Challa 2015-05-22 12:16:15 -07:00
parent 54ddefe88c
commit 24be0672fd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace MusicStore.Components
// CartSummaryComponent initialization // CartSummaryComponent initialization
var cartSummaryComponent = new CartSummaryComponent(dbContext) var cartSummaryComponent = new CartSummaryComponent(dbContext)
{ {
ViewContext = viewContext, ViewComponentContext = new ViewComponentContext() { ViewContext = viewContext }
}; };
// Act // Act