public ActionResult LoadServiceCharge(string StoreID) { TipServiceChargeFactory _factory = new TipServiceChargeFactory(); var item = _factory.GetListTipServiceCharge(StoreID); return(Json(item, JsonRequestBehavior.AllowGet)); }
// GET: SBInventoryModifier public SBInventoryModifierInteController() { _factory = new InteProductFactory(); _seasonFactory = new SeasonFactory(); _categoryFactory = new CategoriesFactory(); _tipServiceChargeFactory = new TipServiceChargeFactory(); //ViewBag.ListStore = GetListStoreIntegration(); }
public STipServiceChargeController() { _factory = new TipServiceChargeFactory(); ViewBag.ListStore = GetListStore(); }