estadisticas del mes
This commit is contained in:
@@ -11,11 +11,13 @@ namespace compabetov2.database.modelos
|
||||
public int id;
|
||||
public string fecha;
|
||||
public decimal total;
|
||||
public string responzable;
|
||||
|
||||
public VentaModel(decimal total = 0, int id = -1, string fecha = "") {
|
||||
public VentaModel(decimal total = 0, int id = -1, string fecha = "", string responzable = "") {
|
||||
this.id = id;
|
||||
this.fecha = fecha;
|
||||
this.total = total;
|
||||
this.responzable = responzable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user