Ejemplo n.º 1
0
        public ActionResult AddTypeOfShop(string description)
        {
            _shopModel.AddTypeOfShop(new TypeOfShopVM()
            {
                Description = description
            });

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