Ejemplo n.º 1
0
        public ActionResult DeleteAll(string field, string type, string value)
        {
            var ret = ReportsModel.DeleteAll(field, type, value);

            return(Content(ret));
        }