- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Services.Deployment/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Services.Deployment/3.3/IAdminService.cs
r12012 r14712 24 24 namespace HeuristicLab.Services.Deployment { 25 25 [ServiceContract] 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("8CA7AD7D-831D-4A29-B1CF-9878AC100F94")] 26 27 public interface IAdminService { 27 28 [OperationContract] -
branches/PersistenceOverhaul/HeuristicLab.Services.Deployment/3.3/IUpdateService.cs
r12012 r14712 25 25 namespace HeuristicLab.Services.Deployment { 26 26 [ServiceContract] 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("93789445-CF1A-4AF0-852C-9D82274DB41B")] 27 28 public interface IUpdateService { 28 29 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.