Files
Antifraude.Net/Antifraude.Net/GestionaDenuncias.Shared/Models/GestionaExpedienteInfo.cs
2026-05-06 13:48:23 +02:00

9 lines
240 B
C#

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; }
}