Example #1
0
 public async Task <IEnumerable <Doctor> > GetDoctorsWhoHaveSchedule()
 {
     return(await _doctorDataService.GetDoctorsWhoHaveSchedule());
 }