Made breadcrumbs dynamic and moved it to a shared partial view.

This commit is contained in:
Daniel Wathen
2023-01-26 15:05:27 -07:00
parent a02b544f58
commit 39d152ca48
13 changed files with 70 additions and 62 deletions

View File

@ -3,4 +3,5 @@
@using ReportingServices.Shared.Models.PlanningReport
@using ReportingServices.Shared.Models.ProductionReport
@using ReportingServices.Shared.ViewModels.ProductionReport
@using ReportingServices.Shared.HelperClasses
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers