namespace SIGCM2.Application.Rubros.Create; public sealed record RubroCreatedDto( int Id, string Nombre, int? ParentId, int Orden, bool Activo, int? TarifarioBaseId);