namespace PyroFetes.DTO.SettingDTO.Response; public class GetSettingDto { public int Id { get; set; } public string? ElectronicSignature { get; set; } public string? Logo { get; set; } }