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,6 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using NLog;
using WebDoorCreator.API.Data;
using WebDoorCreator.Data.Services;
namespace WebDoorCreator.API.Controllers
{