namespace PyroFetes.DTO.SettingDTO.Request; public class PatchSettingLogoDto { public int Id { get; set; } public string? Logo { get; set; } }