Changeset 5633 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 03/08/11 12:39:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5602 r5633 146 146 #endregion 147 147 148 #region Appointment Methods 149 [OperationContract] 150 Guid AddAppointment(Appointment appointment); 151 152 [OperationContract] 153 void DeleteAppointment(Guid appointmentId); 154 155 [OperationContract] 156 void UpdateAppointment(Appointment appointment); 157 158 [OperationContract] 159 IEnumerable<Appointment> GetScheduleForResource(Guid resourceId); 160 #endregion 148 161 } 149 162 }
Note: See TracChangeset
for help on using the changeset viewer.