public DAReceivePayment()
 {
     session = new SessionQB();
     receivePaymentQuery = null;
 }
 public DAInvoice()
 {
     session = new SessionQB();
     invoiceQuery = null;
 }
Exemplo n.º 3
0
 public DABill()
 {
     session = new SessionQB();
     billQuery = null;
 }