Update gestione DTO x serializzazione

This commit is contained in:
Samuele Locatelli
2023-04-19 12:05:22 +02:00
parent e11dae3a9c
commit de2e831a70
11 changed files with 249 additions and 196 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ using StackExchange.Redis.Extensions.Core.Configuration;
using StackExchange.Redis.Extensions.Newtonsoft;
using System.Globalization;
using System.Text.Json.Serialization;
using WebDoorCreator.API.Data;
using WebDoorCreator.Data;
using WebDoorCreator.Data.Services;
var builder = WebApplication.CreateBuilder(args);