Changeset 963 for trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
- Timestamp:
- 12/11/08 15:23:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
r962 r963 39 39 /// <param name="clientId"></param> 40 40 /// <returns></returns> 41 ClientInfoGetJobById(long id);41 Job GetJobById(long id); 42 42 43 43 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.