Example #1
0
 /// <inheritdoc />
 public void RefreshContext(ICoreForumContext context)
 {
     _context = context;
     _categoryPermissionForRoleService.RefreshContext(context);
     _permissionService.RefreshContext(context);
     _globalPermissionForRoleService.RefreshContext(context);
 }
Example #2
0
 /// <inheritdoc />
 public void RefreshContext(IMvcForumContext context)
 {
     _context = context;
     _groupPermissionForRoleService.RefreshContext(context);
     _permissionService.RefreshContext(context);
     _globalPermissionForRoleService.RefreshContext(context);
 }