Esempio n. 1
0
        public ActionResult Delete(string Id)
        {
            var RangoPrecio = new RangoPrecio();

            RangoPrecio.DeleteRangoPrecio(int.Parse(Id));

            return(RedirectToAction("Index"));
        }
Esempio n. 2
0
        public void Delete(string Id)
        {
            var RangoPrecio = new RangoPrecio();

            RangoPrecio.DeleteRangoPrecio(int.Parse(Id));
        }