public CDeliveryNoteDetailBUS()
 {
     m_DeliveryNoteDetailDAL = new CDeliveryNoteDetailDAL();
     m_BookDAL        = new CBookDAL();
     m_RegulationsDAL = new CRegulationsDAL();
     m_CustomerDAL    = new CCustomerDAL();
 }
Ejemplo n.º 2
0
 public CCustomerBUS()
 {
     m_CustomerDAL = new CCustomerDAL();
 }
Ejemplo n.º 3
0
 public CCashReceiptVoucherBUS()
 {
     m_CashReceiptVoucherDAL = new CCashReceiptVoucherDAL();
     m_RegulationDAL         = new CRegulationsDAL();
     m_CustomerDAL           = new CCustomerDAL();
 }