Changeset 945 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 12/10/08 14:52:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IUserRoleManager.cs
r934 r945 25 25 ResponseList<UserGroup> GetAllUserGroups(); 26 26 [OperationContract] 27 Response AddPermissionOwnerToGroup(long groupId, PermissionOwner permissionOwner); 27 Response AddUserToGroup(long groupId, long userId); 28 [OperationContract] 29 Response AddUserGroupToGroup(long groupId, long groupToAddId); 28 30 [OperationContract] 29 31 Response RemovePermissionOwnerFromGroup(long groupId, long userId);
Note: See TracChangeset
for help on using the changeset viewer.