Changeset 5633 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/Mocks
- Timestamp:
- 03/08/11 12:39:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/Mocks/MockHiveService.cs
r5602 r5633 342 342 #endregion 343 343 344 #region Appointment Methods 345 public Guid AddAppointment(Appointment appointment) { 346 throw new NotImplementedException(); 347 } 348 349 public void DeleteAppointment(Guid appointmentId) { 350 throw new NotImplementedException(); 351 } 352 353 public void UpdateAppointment(Appointment appointment) { 354 throw new NotImplementedException(); 355 } 356 357 public List<Appointment> GetScheduleForResource(Guid resourceId) { 358 throw new NotImplementedException(); 359 } 360 #endregion 344 361 } 345 362 }
Note: See TracChangeset
for help on using the changeset viewer.