Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
6
ReportingServices.UI/Views/_ViewImports.cshtml
Normal file
6
ReportingServices.UI/Views/_ViewImports.cshtml
Normal file
@ -0,0 +1,6 @@
|
||||
@using ReportingServices
|
||||
@using ReportingServices.UI.Models
|
||||
@using ReportingServices.Shared.Models.PlanningReport
|
||||
@using ReportingServices.Shared.Models.ProductionReport
|
||||
@using ReportingServices.Shared.ViewModels.ProductionReport
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
Reference in New Issue
Block a user