Beispiel #1
0
 public List <DoctorDiary> GetAllAppointments(int DoctorId)
 {
     return(_repos.GetAllAppointments(DoctorId));
 }