Changeset 15913 for branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts
- Timestamp:
- 04/20/18 11:52:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
r15819 r15913 154 154 [OperationContract] 155 155 IEnumerable<Project> GetProjectsForAdministration(); 156 157 [OperationContract] 158 IDictionary<Guid, HashSet<Guid>> GetProjectGenealogy(); 156 159 #endregion 157 160 … … 211 214 [OperationContract] 212 215 IEnumerable<SlaveGroup> GetSlaveGroupsForAdministration(); 216 217 [OperationContract] 218 IDictionary<Guid, HashSet<Guid>> GetResourceGenealogy(); 213 219 214 220 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.