public AddProductToCartSlave(IUserShopper shopper, IStoreDL storeDL) { _shopper = shopper; storeLogic = storeDL; }
public ViewStoreInfoSlave(IUserShopper shopper, IStoreDL storeDL) { _shopper = shopper; storeLogic = storeDL; }
public StoreShoppingService(IUserShopper shopper) { _shopper = shopper; stores = new LinkedList <Store>(); storeDL = StoreDL.Instance; }
public SearchProductSlave(IUserShopper shopper, IStoreDL storeDl) { _shopper = shopper; _storeLogic = storeDl; }
public OpenStoreSlave(IUserShopper shopper, IStoreDL storeDL) { _shopper = shopper; storeDB = storeDL; }
public GetAllCategoryNamesSlave(IUserShopper shopper, IStoreDL storeDl) { _shopper = shopper; _storeLogic = storeDl; }
public GetAllDiscountCategoriesInStoreSlave(IUserShopper shopper, IStoreDL storeDl) { _shopper = shopper; _storeLogic = storeDl; }