Esempio n. 1
0
 public List <Doctor> GetAllDoctors(int centerId)
 {
     return(doctorGateway.GetAllDoctors(centerId));
 }