Beispiel #1
0
 public ProductsBLO(IProductsDAO _iProductsDAO, ISuppliersDAO _iSuppliersDAO, ICategoriesDAO _iCategoriesDAO)
 {
     iProductsDAO   = _iProductsDAO;
     iSuppliersDAO  = _iSuppliersDAO;
     iCategoriesDAO = _iCategoriesDAO;
 }
Beispiel #2
0
 public CategoriesBLO(ICategoriesDAO _iCategoriesDAO)
 {
     iCategoriesDAO = _iCategoriesDAO;
 }