fix all bug of Arsene's works

This commit is contained in:
2025-10-16 23:40:41 +01:00
parent 0121435594
commit cc09cb2156
7 changed files with 86 additions and 14 deletions
@@ -1,8 +1,9 @@
namespace PyroFetes.Endpoint.Setting;
using PyroFetes.DTO.SettingDTO.Request;
using PyroFetes.DTO.SettingDTO.Response;
using FastEndpoints;
using Microsoft.EntityFrameworkCore;
using PyroFetes.DTO.SettingDTO.Request;
using PyroFetes.DTO.SettingDTO.Response;
namespace PyroFetes.Endpoints.Setting;
public class UpdateSettingEndpoint(PyroFetesDbContext database) : Endpoint<UpdateSettingDto, GetSettingDto>
{