Example #1
0
        public ActionResult UpdateMasterPriceInfo(MasterPriceInfo model)
        {
            _ICountry.Admin_MasterPriceInfoUpdate(userEntity.MasterCountryId, model);
            Response.Redirect("ManageMasterPriceInfo");

            return(View(model));
        }