hi guys. so i have a method validateRequest. and i want to do changes in my code so it can be called twice, from two different places:
perlasService.validateRequest(perlasIdCheckRequestDTO); and
perlasService.validateRequest(perlasSaleRequestDTO);
Now my PerlasIdCheckRequestDTO is: https://pastecode.io/s/c3a9kmkq
PerlasSaleRequestDTO is: https://pastecode.io/s/u9um8pzr
and validateRequest is: https://pastecode.io/s/1iqnm5x5
And the thing is that idk how to design/change my DTOs ir validateRequest method. Can smb help me out? thanks