Free cookie consent management tool by TermsFeed Policy Generator

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

Small refactoring of the manyToManyRelationHelper 2 (#527)

File:
1 edited

Legend:

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

    r1758 r1759  
    100100
    101101        ManyToManyRelationHelper.UpdateRelationships(group.Id,
    102           relationships, 0);
     102          relationships);
    103103      }
    104104    }
     
    108108        //delete all relationships
    109109        ManyToManyRelationHelper.UpdateRelationships(group.Id,
    110           new List<Guid>(), 0);
     110          new List<Guid>());
    111111
    112112        return base.doDelete(group) &&
Note: See TracChangeset for help on using the changeset viewer.