Fix: Cambios solicitados. Parte 1
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 6m18s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 6m18s
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user