- Timestamp:
- 03/10/16 15:04:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.OKB/3.3/RunCreation/IRunCreationService.cs
r13511 r13682 44 44 45 45 [OperationContract] 46 [FaultContract(typeof(MissingProblem))] 47 IEnumerable<Solution> GetSolutions(long problemId); 48 49 [OperationContract] 50 [FaultContract(typeof(MissingSolution))] 51 byte[] GetSolutionData(long solutionId); 52 53 [OperationContract] 46 54 void AddRun(Run run); 47 55
Note: See TracChangeset
for help on using the changeset viewer.