public SRSVPProductMappingController() { _factory = new InteProductFactory(); _factoryRSVP = new RSVPProductMappingFactory(); ViewBag.ListStore = GetListStoreIntegration(); }
// GET: SBInventoryModifier public SBInventoryModifierInteController() { _factory = new InteProductFactory(); _seasonFactory = new SeasonFactory(); _categoryFactory = new CategoriesFactory(); _tipServiceChargeFactory = new TipServiceChargeFactory(); //ViewBag.ListStore = GetListStoreIntegration(); }