Correzione tipi restituiti

This commit is contained in:
Samuele E. Locatelli (W11-AI)
2026-06-02 16:07:44 +02:00
parent 712bc5e380
commit 05313c123c
4 changed files with 13 additions and 13 deletions
@@ -1,4 +1,5 @@
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using MP.Core.DTO;
using MP.Core.Objects;
@@ -8,6 +9,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using static EgwCoreLib.Utils.DtUtils;
namespace MP.Data.Repository.FluxLog
{