[R1] Add doctor missing execute method in service implementation class
This commit is contained in:
parent
9fc6a1675b
commit
c47e0e7d9a
@ -33,6 +33,8 @@ public class DoctorServiceImpl implements DoctorService {
|
||||
@Override
|
||||
public Doctor addDoctor(DoctorDTO doctorDTO) {
|
||||
Doctor doctor = new Doctor(doctorDTO);
|
||||
|
||||
return addDoctor.execute(doctor);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user