using SIGCM2.Domain.Entities; namespace SIGCM2.Application.Medios.Update; public sealed record UpdateMedioCommand( int Id, string Nombre, TipoMedio Tipo, int? PlataformaEmpresaId);