Changeset 4120 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades
- Timestamp:
- 07/29/10 16:58:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades/ExecutionEngineFacade.cs
r4092 r4120 70 70 } 71 71 72 public ResponseObject<JobDto> GetJobById(Guid jobId) { 73 using (contextFactory.GetContext()) { 74 return jobManager.GetJobById(jobId); 75 } 76 } 72 77 #endregion 73 78 }
Note: See TracChangeset
for help on using the changeset viewer.