Fix: Cambios solicitados. Parte 1
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 6m18s

This commit is contained in:
2025-07-18 21:46:07 -03:00
parent a35a3a66ea
commit 3e1ac6f742
10 changed files with 194 additions and 143 deletions

View File

@@ -5,6 +5,6 @@ namespace GestionIntegral.Api.Dtos.Distribucion
public int IdPublicacion { get; set; }
public string Nombre { get; set; } = string.Empty;
public string NombreEmpresa { get; set; } = string.Empty;
public bool Habilitada { get; set; }
public bool? Habilitada { get; set; }
}
}