mostraba el dato incorrecto
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user