namespace GestionaDenuncias.Shared.Models; public sealed class GestionaExpedienteInfo { public string FileUrl { get; set; } = string.Empty; public string? CodigoExpediente { get; set; } public string? FreeTitle { get; set; } }