I have two beans one is list object and other one object. Can i merge both these datasources and pass to execute method
Program:-
ApiResponse<Template> response = new ApiResponse<>();
Template template = dao.getLatest…... I tried but could not figure it out . Your help is much...