Changeset 971 for trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IUserGroupAdapter.cs
- Timestamp:
- 12/11/08 16:50:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IUserGroupAdapter.cs
r939 r971 45 45 46 46 /// <summary> 47 /// Get the user group with the specified name 48 /// </summary> 49 /// <param name="clientId"></param> 50 /// <returns></returns> 51 UserGroup GetUserGroupByName(string name); 52 53 /// <summary> 47 54 /// Get all user groups 48 55 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.