コード例 #1
0
 public IEnumerable <string> GetAllPermissionsByRoleId(int roleId)
 {
     return(_permissionManager.GetAllPermissionsByRoleId(roleId));
 }