Ejemplo n.º 1
0
 public IActionResult Relate(string id)
 {
     ViewBag.Menu = _menuActionService.GetAllActionById(id);
     return(View(new RelateModel
     {
         MenuId = id,
         MenuActionId = new string[] { }
     }));
 }