initalisation
This commit is contained in:
6
PyroFetes/DTO/Show/Request/IdShowDto.cs
Normal file
6
PyroFetes/DTO/Show/Request/IdShowDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PF3.DTO.Show.Request;
|
||||
|
||||
public class IdShowDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user