mostraba el dato incorrecto

This commit is contained in:
2025-01-26 20:43:21 -03:00
parent 928c590d1c
commit 1fd0c12793

View File

@@ -23,7 +23,7 @@ public class VentasDtoBuilder: Builder<VentasDto> {
return this; return this;
} }
public VentasDtoBuilder SetIdVendedor(long idVendedor) { public VentasDtoBuilder SetIdVendedor(long idVendedor) {
data.Id = idVendedor; data.IdVendedor = idVendedor;
return this; return this;
} }
public VentasDtoBuilder SetNombreComprador(string nombre) { public VentasDtoBuilder SetNombreComprador(string nombre) {