示例#1
0
        public SRSVPProductMappingController()
        {
            _factory     = new InteProductFactory();
            _factoryRSVP = new RSVPProductMappingFactory();

            ViewBag.ListStore = GetListStoreIntegration();
        }
示例#2
0
        // GET: SBInventoryModifier
        public SBInventoryModifierInteController()
        {
            _factory = new InteProductFactory();

            _seasonFactory           = new SeasonFactory();
            _categoryFactory         = new CategoriesFactory();
            _tipServiceChargeFactory = new TipServiceChargeFactory();

            //ViewBag.ListStore = GetListStoreIntegration();
        }