예제 #1
0
 public DoctorAppointment DoctorAppointment(int id)
 {
     return(regularAppointmentService.GetByid(id));
 }