示例#1
0
        public ActionResult UpdateShop(string nameShop, int idTypeOfShop, int idAddress, int idShop)
        {
            _shopModel.UpdateShop(nameShop, idTypeOfShop, idAddress, idShop);

            return(Redirect(nameof(LotManagment)));
        }