public ContentViewComponent()

in AdventureWorksMVCCore.Web/Views/Shared/Components/Content/ContentLayout.cs [11:16]


        public ContentViewComponent(CYCLE_STOREContext context,
            ICategoryService categoryService)
        {
            _context = context;
            _categoryService = categoryService;
        }