Files
Projet4/PyroFetes/DTO/Communication/Response/GetCommunicationDto.cs
carteronm 4e64112a31 First Commit 09/10
# Conflicts:
#	PyroFetes/PyroFetes.csproj
2025-10-16 17:34:55 +02:00

8 lines
210 B
C#

namespace PyroFetes.DTO.Communication.Response;
public class GetCommunicationRequest
{
public string? Calling { get; set; }
public string? Email { get; set; }
public string? Meeting { get; set; }
}