Renommage d'un endpoint
This commit is contained in:
+1
-1
@@ -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()
|
||||
{
|
||||
Reference in New Issue
Block a user