Fix Campo Id Categoria

This commit is contained in:
2025-08-16 11:25:45 -03:00
parent b89c4c0b8b
commit acd1c3373f

View File

@@ -7,7 +7,7 @@ public class CategoriaDto
[JsonPropertyName("orden")]
public int Orden { get; set; }
[JsonPropertyName("categoriald")]
[JsonPropertyName("categoriaId")]
public int CategoriaId { get; set; }
[JsonPropertyName("nombre")]