示例#1
0
 public IActionResult DoesDoctorHaveAnAppointmentAtSpecificTime(int doctorId)
 {
     return(Ok(operationService.GetOperationsForDoctor(doctorId)));
 }