Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/09 12:42:03 (15 years ago)
Author:
svonolfe
Message:

Small refactoring of the manyToManyRelationHelper (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/UserGroupAdapter.cs

    r1729 r1758  
    2828          manyToManyRelationHelper =
    2929            new ManyToManyRelationHelper<dsSecurityTableAdapters.PermissionOwner_UserGroupTableAdapter,
    30               dsSecurity.PermissionOwner_UserGroupRow>(new PermissionOwner_UserGroupAdapterWrapper());
     30              dsSecurity.PermissionOwner_UserGroupRow>(new PermissionOwner_UserGroupAdapterWrapper(), 0);
    3131        }
    3232
     
    6767
    6868        ICollection<Guid> permissionOwners =
    69           ManyToManyRelationHelper.GetRelationships(group.Id, 0);
     69          ManyToManyRelationHelper.GetRelationships(group.Id);
    7070
    7171        group.Members.Clear();
Note: See TracChangeset for help on using the changeset viewer.