using SIGCM2.Domain.Entities; namespace SIGCM2.Application.Medios.GetById; public sealed record MedioDetailDto( int Id, string Codigo, string Nombre, TipoMedio Tipo, int? PlataformaEmpresaId, bool Activo, DateTime FechaCreacion, DateTime? FechaModificacion);