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