importe en venta hecho
This commit is contained in:
@@ -12,12 +12,15 @@ namespace compabetov2.database.modelos
|
||||
public string fecha;
|
||||
public decimal total;
|
||||
public string responzable;
|
||||
public int importe;
|
||||
|
||||
public VentaModel(decimal total = 0, int id = -1, string fecha = "", string responzable = "") {
|
||||
public VentaModel(decimal total = 0, int id = -1, string fecha = "", string responzable = "", int importe = 0)
|
||||
{
|
||||
this.id = id;
|
||||
this.fecha = fecha;
|
||||
this.total = total;
|
||||
this.responzable = responzable;
|
||||
this.importe = importe;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user