Exemplo n.º 1
0
        public ActionResult Delete(int[] ids)
        {
            var op = BrandService.Deletes(ids);

            return(new OpActionResult(op));
        }