Пример #1
0
 public IActionResult AddAdminRole(string id)
 {
     userService.AddAdminRole(id);
     return(RedirectToIndex());
 }