Ejemplo n.º 1
0
        public async Task <IActionResult> SmartxRelatedDelete(int id)
        {
            await _smartXRelatedService.DeleteSmartXRelated(id);

            return(RedirectToAction("SmartxRelatedAdmin"));


            //await _smartXRelatedService.DeleteSmartXRelated(id);
            //return RedirectToAction("SmartxRelated");
        }