public List <DoctorDepartment> GetDoctorListWithDepartments()
        {
            DoctorGateway doctorGateway = new DoctorGateway();

            return(doctorGateway.GetDoctorListWithDepartments());
        }
Exemple #2
0
 public List <DoctorDepartment> GetDoctorListWithDepartments()
 {
     return(doctorGateway.GetDoctorListWithDepartments());
 }