Example #1
0
 public List <Appointment> FindAppointmentByRoom(Room room)
 {
     return(_appointmentService.FindAppointmentByRoom(room));
 }