コード例 #1
0
 public IActionResult GetAll()
 {
     return(Ok(ViewAppointmentAdapter.AppointmentListToViewAppointmenDtoList(regularAppointmentService.GetAll())));
 }
コード例 #2
0
 public List <DoctorAppointment> GetAll()
 {
     return(regularAppointmentService.GetAll());
 }