Changeset 15819 for branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts
- Timestamp:
- 02/27/18 23:20:14 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
r15715 r15819 185 185 [OperationContract] 186 186 IEnumerable<AssignedProjectResource> GetAssignedResourcesForProjectAdministration(Guid projectId); 187 188 [OperationContract] 189 IEnumerable<AssignedProjectResource> GetAssignedResourcesForProjectsAdministration(IEnumerable<Guid> projectIds); 187 190 #endregion 188 191
Note: See TracChangeset
for help on using the changeset viewer.