Example #1
0
        public ActionResult UpdateAddress(string country, string city, string street, string build, int idAddress)
        {
            _shopModel.UpdateAddress(country, city, street, build, idAddress);

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