Changeset 1757 for trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Timestamp:
- 05/08/09 12:05:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientManager.cs
r1449 r1757 41 41 ResponseList<ClientGroup> GetAllClientGroups(); 42 42 [OperationContract] 43 ResponseObject<List<ClientGroup>> GetAllGroupsOfResource(Guid resourceId); 44 [OperationContract] 43 45 Response AddClientGroup(ClientGroup clientGroup); 44 46 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.