Ejemplo n.º 1
0
        public ActionResult UpdateTypeOfShop(string description, int idTypeOfShop)
        {
            _shopModel.UpdateTypeOfShop(description, idTypeOfShop);

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