Der Überschneidungstest ist angepasst und die Bugs behoben
This commit is contained in:
@@ -2305,5 +2305,10 @@ namespace BeWo.Service.ServiceImplementations
|
||||
|
||||
return rootAppointment == null ? null : MapperFactory.SchedulerAppointmentDCSchedulerAppointment.MapToNewDC(rootAppointment);
|
||||
}
|
||||
|
||||
public string ValidateSchedulerAppointment(DateTime start, DateTime end, IEnumerable<long> employees, IEnumerable<long> customers, List<long> resources, long originator, long? appointmentOid, Guid? recurrenceId, int occurrenceIndex = 0, bool shouldSkipResourceAvailability = false)
|
||||
{
|
||||
return DAOFactory.SearchDAO.ValidateSchedulerAppointment(start, end, employees, customers, resources, originator, appointmentOid, recurrenceId, occurrenceIndex);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user