public CDeliveryNoteDetailBUS()
 {
     m_DeliveryNoteDetailDAL = new CDeliveryNoteDetailDAL();
     m_BookDAL        = new CBookDAL();
     m_RegulationsDAL = new CRegulationsDAL();
     m_CustomerDAL    = new CCustomerDAL();
 }
Ejemplo n.º 2
0
 public CRegulationsBUS()
 {
     m_RegulationsDAL = new CRegulationsDAL();
 }
Ejemplo n.º 3
0
 public CReceiptNoteDateilBUS()
 {
     m_ReceiptNoteDetailDAL = new CReceiptNoteDetailDAL();
     m_BookDAL        = new CBookDAL();
     m_RegulationsDAL = new CRegulationsDAL();
 }
Ejemplo n.º 4
0
 public CEmployeeBUS()
 {
     m_employeeDAL   = new CEmployeeDAL();
     m_RegulationDAL = new CRegulationsDAL();
 }
Ejemplo n.º 5
0
 public CCashReceiptVoucherBUS()
 {
     m_CashReceiptVoucherDAL = new CCashReceiptVoucherDAL();
     m_RegulationDAL         = new CRegulationsDAL();
     m_CustomerDAL           = new CCustomerDAL();
 }