First Commit 09/10
# Conflicts: # PyroFetes/PyroFetes.csproj
This commit is contained in:
6
PyroFetes/DTO/Staff/Response/GetStaffDto.cs
Normal file
6
PyroFetes/DTO/Staff/Response/GetStaffDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PyroFetes.DTO.Staff.Response;
|
||||
|
||||
public class GetStaffDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
}
|
Reference in New Issue
Block a user