Truck & Staff DTO
This commit is contained in:
10
PF3/DTO/Staff/Response/ReadStaffDto.cs
Normal file
10
PF3/DTO/Staff/Response/ReadStaffDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PF3.DTO.Staff.Response;
|
||||
|
||||
public class ReadStaffDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Profession { get; set; }
|
||||
public string? Email { get; set; }
|
||||
}
|
Reference in New Issue
Block a user