Example #1
0
 //TODO remove
 public void saveToDb(SimplePOS.Database.ISposDb db)
 {
     number = db.SaveInvoice(new SaveableInvoice(this));
 }