Ejemplo n.º 1
0
 public IEnumerable <Doctor> GetAvailableDoctorsByTime(TimeInterval timeInterval)
 => _doctorService.GetAvailableDoctorsByTime(timeInterval);