mostraba el dato incorrecto
This commit is contained in:
@@ -23,7 +23,7 @@ public class VentasDtoBuilder: Builder<VentasDto> {
|
||||
return this;
|
||||
}
|
||||
public VentasDtoBuilder SetIdVendedor(long idVendedor) {
|
||||
data.Id = idVendedor;
|
||||
data.IdVendedor = idVendedor;
|
||||
return this;
|
||||
}
|
||||
public VentasDtoBuilder SetNombreComprador(string nombre) {
|
||||
|
||||
Reference in New Issue
Block a user