OpcionVenta-y-Ventas #50

Merged
fede merged 7 commits from OpcionVenta-y-Ventas into dev 2025-01-27 16:36:54 -03:00
Showing only changes of commit 1fd0c12793 - Show all commits
@@ -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) {