Ejemplo n.º 1
0
 public ActionResult GetTreeNodes(int?entityTypeId, int?userId, int?groupId) => Json(_service.GetTreeNodes(entityTypeId, userId, groupId));
 public ActionResult GetTreeNodes([FromBody] PermissionTreeQuery model)
 {
     return(Json(_service.GetTreeNodes(model)));
 }