Exemple #1
0
        public ActionResult Delete(string Id)
        {
            var RangoPrecio = new RangoPrecio();

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

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

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