Remove obsolete DTO classes and add Layouts folder

Deleted DTOs for catalogs, layouts, mass data, and dashboard info from both Application and BlazorWebApp.Models namespaces. Updated DbFirst.Application.csproj to include a new Layouts folder for future organization. No functional code changes in this commit.
This commit is contained in:
OlgunR
2026-04-23 11:25:31 +02:00
parent b268e53e1f
commit c45c1a69a7
12 changed files with 4 additions and 109 deletions

View File

@@ -17,4 +17,8 @@
<ProjectReference Include="..\DbFirst.Domain\DbFirst.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Layouts\" />
</ItemGroup>
</Project>