Exemple #1
0
 public SellingPriceManagerImpl(SellingPriceManager sellingPriceManager)
 {
     this.sellingPriceManager = sellingPriceManager;
     dao                 = SellingPriceDao.getInstance();
     itemManagerImpl     = new ItemManagerImpl();
     companyManagerImpl  = new CompanyManagerImpl();
     categoryManagerImpl = new CategoryManagerImpl();
 }
Exemple #2
0
 public SellingPriceManagerControler(SellingPriceManager sellingPriceManager)
 {
     this.sellingPriceManager = sellingPriceManager;
     sellingPriceManagerImpl  = new SellingPriceManagerImpl(sellingPriceManager);
 }