PlotDirector/PlotLine/Views/_ViewImports.cshtml

7 lines
170 B
Plaintext

@using PlotLine
@using PlotLine.Models
@using PlotLine.Services
@using PlotLine.ViewModels
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, PlotLine