Renommage d'un endpoint

This commit is contained in:
2026-06-08 14:31:27 +02:00
parent af21591669
commit 57adafae16
@@ -5,7 +5,7 @@ using FastEndpoints;
namespace PyroFetes.Endpoints.Staff;
public class UpdateStaffRequest(PyroFetesDbContext pyroFetesDbContext) : Endpoint <UpdateStaffDto, GetStaffDto>
public class UpdateStaffEndpoint(PyroFetesDbContext pyroFetesDbContext) : Endpoint <UpdateStaffDto, GetStaffDto>
{
public override void Configure()
{