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 SellingPriceManagerImpl(AddSellingPrice addSellingPrice)
 {
     this.addSellingPrice = addSellingPrice;
     dao = SellingPriceDao.getInstance();
 }
Exemple #3
0
 public SellingPriceManagerImpl()
 {
     dao = SellingPriceDao.getInstance();
 }