Files
Boris Milašinović 1415005b82 MVC (layered variant)
2026-04-26 13:40:03 +02:00

6 lines
229 B
Plaintext

@using MVC_SimpleCRUD_Layered.Application.Models
@using MVC_SimpleCRUD_Layered.Application.People
@using MVC_SimpleCRUD_Layered.Web
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, MVC-SimpleCRUD-Layered.Web