6 lines
101 B
C#
6 lines
101 B
C#
namespace PyroFetes.DTO.Staff.Response;
|
|
|
|
public class GetStaffDto
|
|
{
|
|
public int Id { get; set; }
|
|
} |