Files
Projet4/PyroFetes/DTO/Communication/Request/GetCommunicationRequest.cs
2025-10-16 17:05:52 +02:00

6 lines
120 B
C#

namespace PyroFetes.DTO.Communication.Request;
public class GetCommunicationRequest
{
public int Id { get; set; }
}