Modifs de noms et providers
This commit is contained in:
@@ -17,6 +17,10 @@ public class GetAllStaffsEndpoint(PyroFetesDbContext pyroFetesDbContext) : Endpo
|
||||
List<GetStaffDto> staff = await pyroFetesDbContext.Staffs.Select(x => new GetStaffDto()
|
||||
{
|
||||
Id = x.Id,
|
||||
FirstName = x.FirstName,
|
||||
LastName = x.LastName,
|
||||
Profession = x.Profession,
|
||||
Email = x.Email,
|
||||
F4T2NumberApproval = x.F4T2NumberApproval,
|
||||
F4T2ExpirationDate = x.F4T2ExpirationDate,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user