Staff DTO / Request Finished 09/10
This commit is contained in:
@@ -3,4 +3,6 @@ namespace PyroFetes.DTO.Staff.Response;
|
||||
public class GetStaffDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? F4T2NumberApproval { get; set; }
|
||||
public DateOnly F4T2ExpirationDate { get; set; }
|
||||
}
|
Reference in New Issue
Block a user