Fix Campo Id Categoria
This commit is contained in:
@@ -7,7 +7,7 @@ public class CategoriaDto
|
|||||||
[JsonPropertyName("orden")]
|
[JsonPropertyName("orden")]
|
||||||
public int Orden { get; set; }
|
public int Orden { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("categoriald")]
|
[JsonPropertyName("categoriaId")]
|
||||||
public int CategoriaId { get; set; }
|
public int CategoriaId { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("nombre")]
|
[JsonPropertyName("nombre")]
|
||||||
|
|||||||
Reference in New Issue
Block a user