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