refactor: modularize report designer components and controllers into a new report-designer module.

This commit is contained in:
2025-12-04 23:53:52 +01:00
parent 44c0406fd2
commit ad0ea0c7f8
30 changed files with 236 additions and 143 deletions

View File

@@ -1,4 +1,5 @@
using System.Text.Json;
using Zentral.API.Services.Reports;
using Zentral.Domain.Entities;
using Zentral.Infrastructure.Data;
using Microsoft.AspNetCore.Mvc;