Exemplo n.º 1
0
 public CCashReceiptVoucherBUS()
 {
     m_CashReceiptVoucherDAL = new CCashReceiptVoucherDAL();
 }
Exemplo n.º 2
0
 public CCashReceiptVoucherBUS()
 {
     m_CashReceiptVoucherDAL = new CCashReceiptVoucherDAL();
     m_RegulationDAL         = new CRegulationsDAL();
     m_CustomerDAL           = new CCustomerDAL();
 }