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