Changeset 1011 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 12/17/08 15:31:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IUserRoleManager.cs
r966 r1011 25 25 [ServiceKnownType(typeof(PermissionOwner))] 26 26 [ServiceKnownType(typeof(User))] 27 [ServiceKnownType(typeof(UserGroup))] 27 28 ResponseList<UserGroup> GetAllUserGroups(); 28 29 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.