Changeset 962 for trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
- Timestamp:
- 12/11/08 15:21:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
r961 r962 27 27 28 28 namespace HeuristicLab.Hive.Server.Core.InternalInterfaces.DataAccess { 29 interface IJobAdapter {29 public interface IJobAdapter { 30 30 /// <summary> 31 31 /// Save or update the job
Note: See TracChangeset
for help on using the changeset viewer.